|
|
|
@@ -3,7 +3,7 @@ |
3 | $(configs) : |
3 | $(configs) : |
4 | $(call makecfg,$@) |
4 | $(call makecfg,$@) |
5 | |
5 | |
6 | $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config |
6 | $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages |
7 | @echo Generating dependency information... |
7 | @echo Generating dependency information... |
8 | # add to subdir-y, and add descend rules |
8 | # add to subdir-y, and add descend rules |
9 | @cat $(TOPDIR)/packages | \ |
9 | @cat $(TOPDIR)/packages | \ |
@@ -25,10 +25,7 @@ $(TOPDIR)/.depends.cfgs: |
25 | @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ |
25 | @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ |
26 | @-rm -f dirs |
26 | @-rm -f dirs |
27 | |
27 | |
28 | $(TOPDIR)/qmake/qmake : |
28 | $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/conf scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/mconf scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/qconf scripts/kconfig/qconf $(TOPDIR)/qmake/qmake : |
29 | $(call descend,$(TOPDIR)/qmake) |
| |
30 | |
| |
31 | $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/conf scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/mconf scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/qconf scripts/kconfig/qconf : |
| |
32 | $(call descend,$(shell dirname $@),$(shell basename $@)) |
29 | $(call descend,$(shell dirname $@),$(shell basename $@)) |
33 | |
30 | |
34 | ## general rules ## |
31 | ## general rules ## |
|