X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/51def42732d7a60636c5cc32237609c7543b722b..1c1a3a7f9838210a05937d796ef0e35f3a234460:/Makefile diff --git a/Makefile b/Makefile index 6cf4a4b1e..31042b2e0 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,8 @@ ifneq ($(OPENWRT_BUILD),1) override OPENWRT_BUILD=1 export OPENWRT_BUILD + GREP_OPTIONS= + export GREP_OPTIONS include $(TOPDIR)/include/debug.mk include $(TOPDIR)/include/depends.mk include $(TOPDIR)/include/toplevel.mk @@ -48,6 +50,8 @@ $(BUILD_DIR)/.prepared: Makefile @mkdir -p $$(dirname $@) @touch $@ +prepare: $(target/stamp-compile) + clean: FORCE $(_SINGLE)$(SUBMAKE) target/linux/clean rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)