From: Eric Andersen Date: Sat, 9 Oct 2004 05:28:18 +0000 (-0000) Subject: Remove obsolete references to SOURCE_DIR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f284171c5e1c53448784e2fb4f079430c6b2dd5;p=buildroot.git Remove obsolete references to SOURCE_DIR --- diff --git a/Makefile b/Makefile index 8eb91bac7a..0af932dcf3 100644 --- a/Makefile +++ b/Makefile @@ -102,8 +102,8 @@ $(STAGING_DIR): $(TARGET_DIR): rm -rf $(TARGET_DIR) - zcat $(SOURCE_DIR)/skel.tar.gz | tar -C $(BUILD_DIR) -xf - - cp -a $(SOURCE_DIR)/target_skeleton/* $(TARGET_DIR)/ + zcat target/default/skel.tar.gz | tar -C $(BUILD_DIR) -xf - + cp -a target/default/target_skeleton/* $(TARGET_DIR)/ -find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1 source: $(TARGETS_SOURCE)