X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a5eaa58a3fde6e908bd929e5d219c9699a00e67c..b243707ed6cdd877c4d855ca8c0cd0fd9b9feeae:/openwrt/Makefile diff --git a/openwrt/Makefile b/openwrt/Makefile index dc52dfd9c..c2e628051 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -105,7 +105,7 @@ $(STAGING_DIR): @ln -sf ../lib $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib $(TARGET_DIR): - zcat target/default/skel.tar.gz | tar -C $(BUILD_DIR) -xf - + @mkdir -p $(TARGET_DIR) cp -a target/default/target_skeleton/* $(TARGET_DIR)/ -find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1