author | kergoth <kergoth> | 2003-01-16 07:20:36 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 07:20:36 (UTC) |
commit | f564f5118b4b30253f7cce57f5cc4ac94cbe31e6 (patch) (unidiff) | |
tree | 2b96c1b7a0bbbcd2c41b83ca484974dbb4e7bc74 | |
parent | 3f2f72773a1d12da231ba12e34cdc2842e30fe5d (diff) | |
download | opie-f564f5118b4b30253f7cce57f5cc4ac94cbe31e6.zip opie-f564f5118b4b30253f7cce57f5cc4ac94cbe31e6.tar.gz opie-f564f5118b4b30253f7cce57f5cc4ac94cbe31e6.tar.bz2 |
Descend for install/ipk targets
-rw-r--r-- | Makefile.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test index 5b51f6c..dd6673b 100644 --- a/Makefile.test +++ b/Makefile.test | |||
@@ -83,28 +83,30 @@ export | |||
83 | 83 | ||
84 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) | 84 | ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) |
85 | 85 | ||
86 | export include-config := 1 | 86 | export include-config := 1 |
87 | 87 | ||
88 | -include $(TOPDIR)/.config | 88 | -include $(TOPDIR)/.config |
89 | -include $(TOPDIR)/.depends | 89 | -include $(TOPDIR)/.depends |
90 | 90 | ||
91 | endif | 91 | endif |
92 | 92 | ||
93 | -include $(TOPDIR)/..config.cmd | 93 | -include $(TOPDIR)/..config.cmd |
94 | 94 | ||
95 | SUBDIRS = $(subdir-y) | ||
96 | |||
95 | export QMAKESPEC=$(QMAKESPECSDIR)/$(patsubst "%",%,$(CONFIG_SPECFILE)) | 97 | export QMAKESPEC=$(QMAKESPECSDIR)/$(patsubst "%",%,$(CONFIG_SPECFILE)) |
96 | 98 | ||
97 | ifdef CONFIG_OPTIMIZATIONS | 99 | ifdef CONFIG_OPTIMIZATIONS |
98 | export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) | 100 | export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) |
99 | export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) | 101 | export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) |
100 | endif | 102 | endif |
101 | 103 | ||
102 | all clean lupdate lrelease: $(subdir-y) | 104 | all clean lupdate lrelease install ipk: $(SUBDIRS) |
103 | 105 | ||
104 | $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers) \ | 106 | $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers) \ |
105 | $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11) \ | 107 | $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11) \ |
106 | $(TOPDIR)/library/custom.h | 108 | $(TOPDIR)/library/custom.h |
107 | 109 | ||
108 | clean : $(TOPDIR)/.config | 110 | clean : $(TOPDIR)/.config |
109 | 111 | ||
110 | include $(TOPDIR)/Rules.make | 112 | include $(TOPDIR)/Rules.make |