projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef278a
)
get rid of a shell warning if md5sum is not found
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Sep 2008 10:57:56 +0000
(10:57 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Sep 2008 10:57:56 +0000
(10:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12494
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/scan.mk
patch
|
blob
|
history
diff --git
a/include/scan.mk
b/include/scan.mk
index
19350b6
..
7b818e8
100644
(file)
--- a/
include/scan.mk
+++ b/
include/scan.mk
@@
-52,7
+52,7
@@
$(TMP_DIR)/info/.files-$(SCAN_TARGET).mk: $(FILELIST)
$(TARGET_STAMP)::
+( \
$(NO_TRACE_MAKE) $(FILELIST); \
- MD5SUM=$$(cat $(FILELIST) | (md5sum || md5) | awk '{print $$1}'); \
+ MD5SUM=$$(cat $(FILELIST) | (md5sum || md5)
2>/dev/null
| awk '{print $$1}'); \
[ -f "$@.$$MD5SUM" ] || { \
rm -f $@.*; \
touch $@.$$MD5SUM; \
This page took
0.023712 seconds
and
4
git commands to generate.