projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b935c0d
)
busybox: fix configured stampfile name - add $(SH_FUNC) for md5s
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 Oct 2010 23:39:19 +0000
(23:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 Oct 2010 23:39:19 +0000
(23:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23600
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
2ac6709
..
c61e3f4
100644
(file)
--- a/
package/busybox/Makefile
+++ b/
package/busybox/Makefile
@@
-21,7
+21,7
@@
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)
- STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | md5s)
+ STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell
$(SH_FUNC)
grep '^CONFIG_BUSYBOX_' $(TOPDIR)/.config | md5s)
endif
init-y :=