From: nbd Date: Sun, 14 Oct 2007 02:28:34 +0000 (+0000) Subject: add autorebuild check for menuconfig X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=d124ab28a821a801862dba6d4e87a3facc140df5 add autorebuild check for menuconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9301 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index dcd5bae72..b67413b88 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ ifneq ($(OPENWRT_BUILD),1) override OPENWRT_BUILD=1 export OPENWRT_BUILD include $(TOPDIR)/include/debug.mk + include $(TOPDIR)/include/depends.mk include $(TOPDIR)/include/toplevel.mk else include rules.mk diff --git a/include/depends.mk b/include/depends.mk index b488af927..4c31eb398 100644 --- a/include/depends.mk +++ b/include/depends.mk @@ -28,7 +28,7 @@ define rdep ) \ { \ [ -f "$(2)_check.1" ] && mv "$(2)_check.1"; \ - $(SCRIPT_DIR)/timestamp.pl $(DEP_FINDPARAMS) $(4) -n $(2) $(1) && { \ + $(TOPDIR)/scripts/timestamp.pl $(DEP_FINDPARAMS) $(4) -n $(2) $(1) && { \ $(call debug_eval,$(SUBDIR),r,echo "No need to rebuild $(2)";) \ touch -r "$(2)" "$(2)_check"; \ } \ diff --git a/include/toplevel.mk b/include/toplevel.mk index dcbcb3eb7..c92686019 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -52,7 +52,7 @@ prepare-tmpinfo: FORCE scripts/config/mconf: @+$(MAKE) -C scripts/config all -$(call rdep,scripts/config,scripts/config/mconf) +$(eval $(call rdep,scripts/config,scripts/config/mconf)) scripts/config/conf: @+$(MAKE) -C scripts/config conf