From: Eric Andersen Date: Thu, 6 Jun 2002 13:00:47 +0000 (-0000) Subject: Lets give this a try... X-Git-Tag: 0_60_4~169 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8610f91ebf0adfc117002ae5a95f449b4ab4a2cc;p=oweals%2Fbusybox.git Lets give this a try... --- diff --git a/Makefile b/Makefile index dc299cded..a112e5781 100644 --- a/Makefile +++ b/Makefile @@ -160,21 +160,20 @@ $(TOPDIR)include/config.h: fi; $(TOPDIR).config: - cp $(TOPDIR)sysdeps/$(TARGET_OS)/defconfig $(TOPDIR).config - mkdir -p $(TOPDIR)include/config - $(MAKE) -C scripts/lxdialog all - $(BB_SHELL) scripts/Menuconfig sysdeps/$(TARGET_OS)/config.in + @if [ ! -f $(TOPDIR).config ] ; then \ + cp $(TOPDIR)sysdeps/$(TARGET_OS)/defconfig $(TOPDIR).config; \ + fi; -menuconfig: +menuconfig: $(TOPDIR).config mkdir -p $(TOPDIR)include/config $(MAKE) -C scripts/lxdialog all $(BB_SHELL) scripts/Menuconfig sysdeps/$(TARGET_OS)/config.in -config: +config: $(TOPDIR).config mkdir -p $(TOPDIR)include/config $(BB_SHELL) scripts/Configure sysdeps/$(TARGET_OS)/config.in -oldconfig: +oldconfig: $(TOPDIR).config mkdir -p $(TOPDIR)include/config $(BB_SHELL) scripts/Configure -d sysdeps/$(TARGET_OS)/config.in