summaryrefslogtreecommitdiff
authorkergoth <kergoth>2003-01-16 17:46:43 (UTC)
committer kergoth <kergoth>2003-01-16 17:46:43 (UTC)
commitdd3c6e3c2312899ba723a41c18d5af2ad68e6367 (patch) (unidiff)
treecb59ef24421d259cea37ee76f516d4dfe6824f32
parent77da94fec78c4ee143412df4348d747d61c1a2fe (diff)
downloadopie-dd3c6e3c2312899ba723a41c18d5af2ad68e6367.zip
opie-dd3c6e3c2312899ba723a41c18d5af2ad68e6367.tar.gz
opie-dd3c6e3c2312899ba723a41c18d5af2ad68e6367.tar.bz2
Remove prerequisite .depends.cfgs for clean-configs, no longer necessary
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test
index b8f9525..346ed6a 100644
--- a/Makefile.test
+++ b/Makefile.test
@@ -16,25 +16,25 @@ configs += $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPD
16# everything else depends on .depends, to ensure the dependencies are 16# everything else depends on .depends, to ensure the dependencies are
17# intact. 17# intact.
18# 18#
19# NOTE: The order in which things happen in this makefile is 19# NOTE: The order in which things happen in this makefile is
20 # -critical-. Do not rearrange this! 20 # -critical-. Do not rearrange this!
21 21
22all : $(TOPDIR)/.config 22all : $(TOPDIR)/.config
23 23
24$(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs 24$(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs
25 25
26all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends.cfgs 26all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends.cfgs
27 27
28clean-configs : $(TOPDIR)/.depends.cfgs 28clean-configs :
29 @echo "Wiping generated config.in files..." 29 @echo "Wiping generated config.in files..."
30 @-rm -f $(configs) 30 @-rm -f $(configs)
31 31
32-include $(TOPDIR)/.depends.cfgs 32-include $(TOPDIR)/.depends.cfgs
33 33
34all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(configs) 34all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(configs)
35 35
36$(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs) 36$(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs)
37 $(call descend,scripts/kconfig,conf) 37 $(call descend,scripts/kconfig,conf)
38 @if [ ! -e $@ ]; then \ 38 @if [ ! -e $@ ]; then \
39 cp $(TOPDIR)/def-configs/opie $@; \ 39 cp $(TOPDIR)/def-configs/opie $@; \
40 fi; 40 fi;