diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 05:28:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 05:28:18 +0000 |
commit | 3f284171c5e1c53448784e2fb4f079430c6b2dd5 (patch) | |
tree | 093013dee4bd85da0fc52e73e3931e07d7433eca /Makefile | |
parent | 275fcee617c8a7114f93488b86f904d4a9059122 (diff) | |
download | buildroot-novena-3f284171c5e1c53448784e2fb4f079430c6b2dd5.tar.gz buildroot-novena-3f284171c5e1c53448784e2fb4f079430c6b2dd5.zip |
Remove obsolete references to SOURCE_DIR
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |