From: nbd Date: Fri, 16 Nov 2007 03:48:43 +0000 (+0000) Subject: better scope handling for the configured stamp X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=fa69ebdbac1f12d9cac3d5078af1b04e48089b2d;hp=9d70dd66e9c778650d768e95df56bebe4702e0bd better scope handling for the configured stamp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9566 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package.mk b/include/package.mk index 260a75723..049d5befe 100644 --- a/include/package.mk +++ b/include/package.mk @@ -75,6 +75,9 @@ define Build/DefaultTargets define Build/DefaultTargets endef + + prepare: $(STAMP_PREPARED) + configure: $(STAMP_CONFIGURED) endef define BuildPackage @@ -148,8 +151,8 @@ $(PACKAGE_DIR): dumpinfo: download: -prepare: $(STAMP_PREPARED) -configure: $(STAMP_CONFIGURED) +prepare: +configure: compile: install: clean: FORCE