[Balloon-svn] r1160 - balloon/branches/menuconfig

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: subversion@balloonboard.org
Date:  
To: balloon-svn
Subject: [Balloon-svn] r1160 - balloon/branches/menuconfig
Author: nick
Date: 2010-06-14 11:26:04 +0100 (Mon, 14 Jun 2010)
New Revision: 1160

Modified:
balloon/branches/menuconfig/Makefile.conf
Log:
add variant defconfig target

Modified: balloon/branches/menuconfig/Makefile.conf
===================================================================
--- balloon/branches/menuconfig/Makefile.conf    2010-06-14 10:22:13 UTC (rev 1159)
+++ balloon/branches/menuconfig/Makefile.conf    2010-06-14 10:26:04 UTC (rev 1160)
@@ -1,5 +1,11 @@
 CONF:=$(CHECKOUT)/config


+$(CHECKOUT)/defconfig$(VARIANT): $(CHECKOUT)/defconfig
+    if ! [ -f defconfig$(VARIANT) ]; then cp $(CHECKOUT)/defconfig $(CHECKOUT)/defconfig$(VARIANT); fi
+
+defconfig: $(CHECKOUT)/defconfig$(VARIANT)
+    cp $(CHECKOUT)/defconfig$(VARIANT) $(CHECKOUT)/.config
+
 # retrieve our configs
 -include $(CHECKOUT)/.config


@@ -76,4 +82,4 @@

config-install: $(TARGETS_INSTALL)

-.phony: config config-clean config-distclean config-source config-install
+.phony: config config-clean config-distclean config-source config-install defconfig defconfig-sl40