X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5c0b46f713c7496b80b67f638b62de6ced93e5c6..283ce9ea8bf589d45902293a14b4749e738ada7e:/Makefile diff --git a/Makefile b/Makefile index e56535eac..970b0896c 100644 --- a/Makefile +++ b/Makefile @@ -45,10 +45,10 @@ $(BUILD_DIR)/.prepared: Makefile clean: FORCE rm -rf $(BUILD_DIR) $(BIN_DIR) $(MAKE) target/linux/clean - rm -rf $(TMP_DIR) dirclean: clean rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST) + rm -rf $(TMP_DIR) # check prerequisites before starting to build prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;