projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove madwifi-old
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
06288de
..
f93b008
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-41,11
+41,11
@@
export OPENWRTVERSION
all:
.pkginfo: FORCE
all:
.pkginfo: FORCE
-if
eq ($(shell ./scripts/timestamp.pl -p .pkginfo package),package
)
+if
neq ($(shell ./scripts/timestamp.pl -p .pkginfo package Makefile),.pkginfo
)
@echo Collecting package info...
@echo Collecting package info...
- @-for
makefile in package/*/Makefile
; do \
- echo Source-Makefile: $$
m
akefile; \
- $(MAKE)
DUMP=1 -f $$makefile
2>&- || true; \
+ @-for
dir in package/*/
; do \
+ echo Source-Makefile: $$
{dir}M
akefile; \
+ $(MAKE)
--no-print-dir DUMP=1 -C $$dir
2>&- || true; \
done > $@
endif
done > $@
endif
@@
-70,5
+70,14
@@
config: scripts/config/conf
config-clean:
$(MAKE) -C scripts/config clean
config-clean:
$(MAKE) -C scripts/config clean
+package/%: .pkginfo
+ $(MAKE) -C package $(patsubst package/%,%,$@)
+
+target/%: .pkginfo
+ $(MAKE) -C target $(patsubst target/%,%,$@)
+
+toolchain/%:
+ $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
+
.PHONY: FORCE
FORCE:
.PHONY: FORCE
FORCE:
This page took
0.021378 seconds
and
4
git commands to generate.