author | kergoth <kergoth> | 2002-11-05 19:09:47 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 19:09:47 (UTC) |
commit | 4dcdaefc531c23d004f676271d862678cf6d377f (patch) (unidiff) | |
tree | cd7406e08c54840f050dc17a68a5e3527f9f0685 | |
parent | ae03ae8f335b0f018b9ed147e66a59ee14ccc2f1 (diff) | |
download | opie-4dcdaefc531c23d004f676271d862678cf6d377f.zip opie-4dcdaefc531c23d004f676271d862678cf6d377f.tar.gz opie-4dcdaefc531c23d004f676271d862678cf6d377f.tar.bz2 |
rule consolodation
-rw-r--r-- | Rules.make | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -4,5 +4,5 @@ $(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 |
@@ -26,8 +26,5 @@ $(TOPDIR)/.depends.cfgs: | |||
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 | ||