build: ensure that prereq-build is run before metadata scan from feeds (FS#367)
Fixes ./scripts/feeds update Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
fbe3e22507
commit
d2ddda691e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ SUBMAKE:=umask 022; $(SUBMAKE)
|
|||
|
||||
ULIMIT_FIX=_limit=`ulimit -n`; [ "$$_limit" = "unlimited" -o "$$_limit" -ge 1024 ] || ulimit -n 1024;
|
||||
|
||||
prepare-mk: FORCE ;
|
||||
prepare-mk: staging_dir/host/.prereq-build FORCE ;
|
||||
|
||||
ifdef SDK
|
||||
IGNORE_PACKAGES = linux
|
||||
|
|
Loading…
Reference in a new issue