svn commit: trunk/buildroot

andersen at uclibc.org andersen at uclibc.org
Wed Apr 19 17:24:50 UTC 2006


Author: andersen
Date: 2006-04-19 10:24:47 -0700 (Wed, 19 Apr 2006)
New Revision: 14918

Log:
when copying, be forceful about it to gratuitously overwrite symlinks


Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2006-04-18 20:57:28 UTC (rev 14917)
+++ trunk/buildroot/Makefile	2006-04-19 17:24:47 UTC (rev 14918)
@@ -109,7 +109,7 @@
 		zcat $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf -; \
 	fi;
 	if [ -d "$(TARGET_SKEL_DIR)" ] ; then \
-		cp -a $(TARGET_SKEL_DIR)/* $(TARGET_DIR)/; \
+		cp -fa $(TARGET_SKEL_DIR)/* $(TARGET_DIR)/; \
 	fi;
 	touch $(STAGING_DIR)/.fakeroot.00000
 	-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf




More information about the uClibc-cvs mailing list