[Buildroot] svn commit: trunk/buildroot

jacmet at uclibc.org jacmet at uclibc.org
Sun Mar 30 20:48:14 UTC 2008


Author: jacmet
Date: 2008-03-30 13:48:13 -0700 (Sun, 30 Mar 2008)
New Revision: 21587

Log:
Makefile: fix typo (.empty files, not dirs)


Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2008-03-30 20:45:42 UTC (rev 21586)
+++ trunk/buildroot/Makefile	2008-03-30 20:48:13 UTC (rev 21587)
@@ -330,7 +330,7 @@
 	fi
 	-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
 	-find $(TARGET_DIR) -type d -name .svn | xargs rm -rf
-	-find $(TARGET_DIR) -type d -name .empty | xargs rm -rf	
+	-find $(TARGET_DIR) -type f -name .empty | xargs rm -rf	
 	touch $@
 
 $(TARGET_DIR): $(PROJECT_BUILD_DIR)/.root




More information about the buildroot mailing list