[Buildroot] svn commit: trunk/buildroot

ulf at uclibc.org ulf at uclibc.org
Thu Jan 29 09:34:12 UTC 2009


Author: ulf
Date: 2009-01-29 09:34:11 +0000 (Thu, 29 Jan 2009)
New Revision: 25115

Log:
make flush, should always be visible

Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2009-01-29 09:33:25 UTC (rev 25114)
+++ trunk/buildroot/Makefile	2009-01-29 09:34:11 UTC (rev 25115)
@@ -473,11 +473,12 @@
 distclean: clean
 	rm -rf sources/*
 
+
+endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
+
 flush:
 	rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache
 
-endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
-
 %_defconfig: $(CONFIG)/conf
 	cp $(shell find ./target/ -name $@) .config
 	-@$(MAKE) oldconfig



More information about the buildroot mailing list