fix up TMPDIR for initial prereq check to avoid creating a bogus build_ directory
SVN-Revision: 4617
This commit is contained in:
parent
34a8300f0d
commit
bbda94d4f9
1 changed files with 2 additions and 1 deletions
|
@ -96,10 +96,11 @@ toolchain/%: FORCE
|
|||
@touch $@
|
||||
|
||||
.prereq-packages: include/prereq.mk .pkginfo .config
|
||||
@$(NO_TRACE_MAKE) -s -C package prereq 2>/dev/null || { \
|
||||
@$(NO_TRACE_MAKE) -s -C package TMPDIR="$(TOPDIR)/tmp" prereq 2>/dev/null || { \
|
||||
echo "Prerequisite check failed. Use FORCE=1 to override."; \
|
||||
false; \
|
||||
}
|
||||
rm -rf "$(TOPDIR)/tmp"
|
||||
@touch $@
|
||||
|
||||
prereq: .prereq-build .prereq-packages FORCE
|
||||
|
|
Loading…
Reference in a new issue