summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-11-07 15:58:55 (UTC)
committer kergoth <kergoth>2002-11-07 15:58:55 (UTC)
commite30087fa4347c60b622e35b8c99fab64d821bd2f (patch) (unidiff)
treedf62360e9f4553471b1b08e6c65153b265927fcc
parentb6a55a339cf2d5829a9f13bf0bd50899c811f54d (diff)
downloadopie-e30087fa4347c60b622e35b8c99fab64d821bd2f.zip
opie-e30087fa4347c60b622e35b8c99fab64d821bd2f.tar.gz
opie-e30087fa4347c60b622e35b8c99fab64d821bd2f.tar.bz2
removing unnecessary warnings
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test
index 209eef3..c15916d 100644
--- a/Makefile.test
+++ b/Makefile.test
@@ -88,24 +88,23 @@ export include-config := 1
88-include $(TOPDIR)/.config 88-include $(TOPDIR)/.config
89-include $(TOPDIR)/.depends 89-include $(TOPDIR)/.depends
90 90
91endif 91endif
92 92
93-include $(TOPDIR)/..config.cmd 93-include $(TOPDIR)/..config.cmd
94 94
95export QMAKESPEC=$(QMAKESPECSDIR)/$(patsubst "%",%,$(CONFIG_SPECFILE)) 95export QMAKESPEC=$(QMAKESPECSDIR)/$(patsubst "%",%,$(CONFIG_SPECFILE))
96 96
97ifdef CONFIG_OPTIMIZATIONS 97ifdef CONFIG_OPTIMIZATIONS
98export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) 98export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS))
99export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) 99export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE))
100$(warning CFLAGS_RELEASE is $(CFLAGS_RELEASE))
101endif 100endif
102 101
103all clean: $(subdir-y) 102all clean: $(subdir-y)
104 103
105$(subdir-y) : $(if $(CONFIG_LIBQPE),$(TOPDIR)/stamp-headers) \ 104$(subdir-y) : $(if $(CONFIG_LIBQPE),$(TOPDIR)/stamp-headers) \
106 $(if $(CONFIG_LIBQPE-X11),$(TOPDIR)/stamp-headers-x11) \ 105 $(if $(CONFIG_LIBQPE-X11),$(TOPDIR)/stamp-headers-x11) \
107 $(TOPDIR)/library/custom.h 106 $(TOPDIR)/library/custom.h
108 107
109clean : $(TOPDIR)/.config 108clean : $(TOPDIR)/.config
110 109
111include $(TOPDIR)/Rules.make 110include $(TOPDIR)/Rules.make