mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
better scope handling for the configured stamp
SVN-Revision: 9566
This commit is contained in:
parent
a8c17898cc
commit
87d0b29540
@ -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