projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disable reserved blocks for checkpointing in yaffs2 on rb532 and adm5120
[openwrt.git]
/
target
/
sdk
/
files
/
Makefile
diff --git
a/target/sdk/files/Makefile
b/target/sdk/files/Makefile
index
184a1f9
..
ebd30bf
100644
(file)
--- a/
target/sdk/files/Makefile
+++ b/
target/sdk/files/Makefile
@@
-42,16
+42,16
@@
define stamp
tmp/info/.stamp-$(1)-$(shell ls $(2)/*/Makefile $(5) | (md5sum || md5) 2>/dev/null | cut -d' ' -f1)
endef
tmp/info/.stamp-$(1)-$(shell ls $(2)/*/Makefile $(5) | (md5sum || md5) 2>/dev/null | cut -d' ' -f1)
endef
-STAMP=$(call stamp,p
kg
info,package)
+STAMP=$(call stamp,p
ackage
info,package)
$(STAMP):
@mkdir -p tmp/info
$(STAMP):
@mkdir -p tmp/info
- @rm -f tmp/info/.stamp-p
kg
info*
+ @rm -f tmp/info/.stamp-p
ackage
info*
@touch $@
define filedep
$(foreach FILE,$(shell ls package/*/Makefile),
@touch $@
define filedep
$(foreach FILE,$(shell ls package/*/Makefile),
-tmp/.p
kg
info: $(FILE)
+tmp/.p
ackage
info: $(FILE)
$(FILE):
@true
)
$(FILE):
@true
)
@@
-59,12
+59,12
@@
endef
$(eval $(filedep))
$(eval $(filedep))
-tmp/.p
kg
info: $(STAMP)
+tmp/.p
ackage
info: $(STAMP)
@echo -n Collecting package info...
@echo -n Collecting package info...
- @$(NO_TRACE_MAKE) -s -f include/scan.mk SCAN_TARGET="p
kg
info" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS=""
+ @$(NO_TRACE_MAKE) -s -f include/scan.mk SCAN_TARGET="p
ackage
info" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS=""
package/%: FORCE
package/%: FORCE
- @$(NO_TRACE_MAKE) -s tmp/.p
kg
info
+ @$(NO_TRACE_MAKE) -s tmp/.p
ackage
info
$(MAKE) -C package $(patsubst package/%,%,$@) SDK=1
download: FORCE
$(MAKE) -C package $(patsubst package/%,%,$@) SDK=1
download: FORCE
@@
-76,7
+76,7
@@
world: FORCE
cd package; \
find . -maxdepth 2 -name Config.in | \
sed -e 's,/Config.in,,g' | \
cd package; \
find . -maxdepth 2 -name Config.in | \
sed -e 's,/Config.in,,g' | \
- xargs -
r -n1 make
compile -C; \
+ xargs -
n1 $(MAKE)
compile -C; \
)
clean: FORCE
)
clean: FORCE
This page took
0.026072 seconds
and
4
git commands to generate.