X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cb65b9f302340185d2ca410b284d30f4117f7966..bf1beb70348499a33be764cc1c15f76bbe78d21b:/Makefile diff --git a/Makefile b/Makefile index c2e628051..0fa90fb40 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,8 @@ $(STAGING_DIR): $(TARGET_DIR): @mkdir -p $(TARGET_DIR) cp -a target/default/target_skeleton/* $(TARGET_DIR)/ + mkdir $(TARGET_DIR)/{proc,dev,jffs,tmp,usr/sbin} + chmod 1777 $(TARGET_DIR)/tmp -find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1 source: $(TARGETS_SOURCE) @@ -118,6 +120,7 @@ source: $(TARGETS_SOURCE) ############################################################# clean: rm -rf $(BUILD_DIR) $(IMAGE).* + -rm -f openwrt-* @$(MAKE) -C $(CONFIG) clean distclean: clean @@ -178,7 +181,7 @@ defconfig: $(CONFIG)/conf # Cleanup and misc junk # ############################################################# -clean: +clean: @$(MAKE) -C $(CONFIG) clean distclean: clean