author | kergoth <kergoth> | 2003-01-16 18:06:36 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 18:06:36 (UTC) |
commit | d27bce3128744350adace08d0768c846acc48a04 (patch) (unidiff) | |
tree | bf9a54e8de5d384c6df5d5cf8c579d0378d8d7e7 /Rules.make | |
parent | c984baa73724d079076b28788c174ce9fa83fdb5 (diff) | |
download | opie-d27bce3128744350adace08d0768c846acc48a04.zip opie-d27bce3128744350adace08d0768c846acc48a04.tar.gz opie-d27bce3128744350adace08d0768c846acc48a04.tar.bz2 |
Rules.make
-rw-r--r-- | Rules.make | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,3 +8,3 @@ $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR) | |||
8 | # add to subdir-y, and add descend rules | 8 | # add to subdir-y, and add descend rules |
9 | cat $(TOPDIR)/packages | grep -v '^#' | \ | 9 | @cat $(TOPDIR)/packages | grep -v '^#' | \ |
10 | awk '{print \ | 10 | awk '{print \ |
@@ -14,6 +14,6 @@ $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR) | |||
14 | cat $(TOPDIR)/packages | grep -v '^#' | \ | 14 | cat $(TOPDIR)/packages | grep -v '^#' | \ |
15 | perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(TOPDIR)/qmake/qmake\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ | 15 | perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE)\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ |
16 | >> $(TOPDIR)/.depends | 16 | >> $(TOPDIR)/.depends |
17 | # interpackage dependency generation | 17 | # interpackage dependency generation |
18 | cat $(TOPDIR)/packages | \ | 18 | @cat $(TOPDIR)/packages | \ |
19 | $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends | 19 | $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends |