diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-09-10 17:07:04 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-09-10 17:07:04 +0000 |
commit | 69c7f29429723a0fefb4c8c01f5406c96beb31dc (patch) | |
tree | b9623b5ae30b198ee2fef986b38d2022860f5b75 /cflags.SH | |
parent | df805c3ec4f4a47f66c26574a4bd6585a96b1afe (diff) | |
download | perl-69c7f29429723a0fefb4c8c01f5406c96beb31dc.tar.gz |
Experiment with putting the F<.patch>level into patchlevel.h
(a sure way to accelerate any change to subversion)
p4raw-id: //depot/perl@25374
Diffstat (limited to 'cflags.SH')
-rwxr-xr-x | cflags.SH | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -165,6 +165,10 @@ Intel*) ;; ;; esac +if test -f .patch; then + ccflags="-DPERL_PATCHNUM=`cat .patch` $ccflags" +fi + : Can we perhaps use $ansi2knr here echo "$cc -c -DPERL_CORE $ccflags $optimize $warn" eval "$also "'"$cc -DPERL_CORE -c $ccflags $optimize $warn"' |