Loading maketgz +7 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,13 @@ if test -z "$patch"; then exit exit fi fi # # As a precaution, remove all *.dist files that may be lying around, to reduce # the risk of old leftovers getting shipped. The root 'Makefile.dist' is the # exception. echo "removing all old *.dist files" find . -name "*.dist" -a ! -name Makefile.dist -exec rm {} \; numeric=`perl -e 'printf("%02x%02x%02x\n", '"$major, $minor, $patch);"` numeric=`perl -e 'printf("%02x%02x%02x\n", '"$major, $minor, $patch);"` HEADER=include/curl/curlver.h HEADER=include/curl/curlver.h Loading Loading
maketgz +7 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,13 @@ if test -z "$patch"; then exit exit fi fi # # As a precaution, remove all *.dist files that may be lying around, to reduce # the risk of old leftovers getting shipped. The root 'Makefile.dist' is the # exception. echo "removing all old *.dist files" find . -name "*.dist" -a ! -name Makefile.dist -exec rm {} \; numeric=`perl -e 'printf("%02x%02x%02x\n", '"$major, $minor, $patch);"` numeric=`perl -e 'printf("%02x%02x%02x\n", '"$major, $minor, $patch);"` HEADER=include/curl/curlver.h HEADER=include/curl/curlver.h Loading