From ba70f94e629ece312a4bf2b9b663a4f73d6032bb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 15 Nov 2006 06:52:00 +0000 Subject: subversion makes it so we do not need a separate tarball to store empty directories and symlinks for the target_skeleton. --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 49b0168a4..eefa9e582 100644 --- a/Makefile +++ b/Makefile @@ -103,11 +103,8 @@ $(STAGING_DIR): @ln -snf ../lib $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib $(TARGET_DIR): - if [ -f "$(TARGET_SKELETON)" ] ; then \ - $(ZCAT) $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf -; \ - fi; - if [ -d "$(TARGET_SKEL_DIR)" ] ; then \ - cp -fa $(TARGET_SKEL_DIR)/* $(TARGET_DIR)/; \ + if [ -d "$(TARGET_SKELETON)" ] ; then \ + cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/; \ fi; touch $(STAGING_DIR)/.fakeroot.00000 -find $(TARGET_DIR) -type d -name CVS | xargs rm -rf -- cgit v1.2.3-55-g7522