X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=osf1%2Fmakevers;fp=osf1%2Fmakevers;h=0000000000000000000000000000000000000000;hp=4e84981345869fea9047ee098921e4b056ef0742;hb=5dce043b4b7e32d41598442361736a927a5db5e4;hpb=3e451dfe42426b51e6ce1d66a3e04de43e055568 diff --git a/osf1/makevers b/osf1/makevers deleted file mode 100644 index 4e84981..0000000 --- a/osf1/makevers +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# create constants to figure out which version of Digital UNIX -# (or DEC OSF/1) we're building ppp for -# -FULL_VERSION=`uname -r` -MAJOR_VERSION=`echo $FULL_VERSION | cut -d. -f1 | cut -dV -f2` -MINOR_VERSION=`echo $FULL_VERSION | cut -d. -f2` -REVISION=`uname -v` - -cat >ppp_osf.h <>ppp_osf.h -echo "#define MAJOR_VERSION $MAJOR_VERSION" >>ppp_osf.h -echo "#define MINOR_VERSION $MINOR_VERSION" >>ppp_osf.h -echo "#define REVISION $REVISION" >>ppp_osf.h