Repositories
/
olsrd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: ignore builddata.c when hashing sources
[olsrd.git]
/
make
/
hash_source.sh
diff --git
a/make/hash_source.sh
b/make/hash_source.sh
index
2942849
..
b60781e
100755
(executable)
--- a/
make/hash_source.sh
+++ b/
make/hash_source.sh
@@
-4,4
+4,4
@@
os=$(uname)
if [ "xDarwin" = "x$os" ] ; then
md5cmd=md5
fi
-cat `find . -name *.[ch]`| $md5cmd
+cat `find . -name *.[ch]
| grep -E '[/\\]?builddata.c$'
`| $md5cmd