mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
fix up TMPDIR for initial prereq check to avoid creating a bogus build_ directory
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4617 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9507316247
commit
387ca04afc
3
Makefile
3
Makefile
@ -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 New Issue
Block a user