author | kergoth <kergoth> | 2003-01-16 17:46:43 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 17:46:43 (UTC) |
commit | dd3c6e3c2312899ba723a41c18d5af2ad68e6367 (patch) (side-by-side diff) | |
tree | cb59ef24421d259cea37ee76f516d4dfe6824f32 | |
parent | 77da94fec78c4ee143412df4348d747d61c1a2fe (diff) | |
download | opie-dd3c6e3c2312899ba723a41c18d5af2ad68e6367.zip opie-dd3c6e3c2312899ba723a41c18d5af2ad68e6367.tar.gz opie-dd3c6e3c2312899ba723a41c18d5af2ad68e6367.tar.bz2 |
Remove prerequisite .depends.cfgs for clean-configs, no longer necessary
-rw-r--r-- | Makefile.test | 2 |
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 # everything else depends on .depends, to ensure the dependencies are # intact. # # NOTE: The order in which things happen in this makefile is # -critical-. Do not rearrange this! all : $(TOPDIR)/.config $(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends.cfgs -clean-configs : $(TOPDIR)/.depends.cfgs +clean-configs : @echo "Wiping generated config.in files..." @-rm -f $(configs) -include $(TOPDIR)/.depends.cfgs all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(configs) $(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs) $(call descend,scripts/kconfig,conf) @if [ ! -e $@ ]; then \ cp $(TOPDIR)/def-configs/opie $@; \ fi; |