projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7ba92e4
)
forgot that i was modifying a generated file
Yves Orton [Fri, 26 Dec 2008 16:26:44 +0000 (17:26 +0100)]
cflags.SH
patch
|
blob
|
blame
|
history
diff --git
a/cflags.SH
b/cflags.SH
index
8a4008b
..
6e6e8a9
100755
(executable)
--- a/
cflags.SH
+++ b/
cflags.SH
@@
-300,6
+300,9
@@
for file do
if [ -f .patchnum -a -n "$(cat .patchnum)" ] ; then
ccflags="-DPERL_PATCHNUM=`cat .patchnum` $ccflags"
fi
+ if [ -f .sha1 -a -n "$(cat .sha1)" ] ; then
+ ccflags="-DPERL_GIT_SHA1=`cat .sha1` $ccflags"
+ fi
;;
perlapi) ;;
perlmain) ;;