mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
225fca6d01
commit
d437171f60
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user