[Armadeus-commitlog] SF.net SVN: armadeus: [770] trunk/patches/001-buildroot.diff
Brought to you by:
sszy
|
From: <th...@us...> - 2008-03-12 11:57:51
|
Revision: 770
http://armadeus.svn.sourceforge.net/armadeus/?rev=770&view=rev
Author: thom25
Date: 2008-03-12 04:57:53 -0700 (Wed, 12 Mar 2008)
Log Message:
-----------
[TOOLCHAIN] fix bug 1904713: Unable to generate a JFFS2 image after a make
clean
Modified Paths:
--------------
trunk/patches/001-buildroot.diff
Modified: trunk/patches/001-buildroot.diff
===================================================================
--- trunk/patches/001-buildroot.diff 2008-03-12 10:41:33 UTC (rev 769)
+++ trunk/patches/001-buildroot.diff 2008-03-12 11:57:53 UTC (rev 770)
@@ -8,3 +8,14 @@
# This must be last
source "target/generic/Config.in"
+--- buildrootref/Makefile 2007-10-27 09:15:37.000000000 +0200
++++ buildroot/Makefile 2008-03-11 12:17:43.000000000 +0100
+@@ -328,7 +328,7 @@ _source-check:
+ #
+ #############################################################
+ clean: $(TARGETS_CLEAN)
+- rm -rf $(STAGING_DIR) $(TARGET_DIR) $(IMAGE)
++ rm -rf $(STAGING_DIR) $(TARGET_DIR) $(IMAGE) $(PROJECT_BUILD_DIR)/.root
+
+ dirclean: $(TARGETS_DIRCLEAN)
+ rm -rf $(STAGING_DIR) $(TARGET_DIR) $(IMAGE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|