mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 04:12:48 +02:00
better scope handling for the configured stamp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9566 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9d70dd66e9
commit
fa69ebdbac
@ -75,6 +75,9 @@ define Build/DefaultTargets
|
|||||||
|
|
||||||
define Build/DefaultTargets
|
define Build/DefaultTargets
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
prepare: $(STAMP_PREPARED)
|
||||||
|
configure: $(STAMP_CONFIGURED)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define BuildPackage
|
define BuildPackage
|
||||||
@ -148,8 +151,8 @@ $(PACKAGE_DIR):
|
|||||||
|
|
||||||
dumpinfo:
|
dumpinfo:
|
||||||
download:
|
download:
|
||||||
prepare: $(STAMP_PREPARED)
|
prepare:
|
||||||
configure: $(STAMP_CONFIGURED)
|
configure:
|
||||||
compile:
|
compile:
|
||||||
install:
|
install:
|
||||||
clean: FORCE
|
clean: FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user