mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:05:20 +02:00
clean up and really fix bogus build_ directory
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4854 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aabde20e54
commit
1d07224838
4
Makefile
4
Makefile
@ -91,12 +91,14 @@ toolchain/%: FORCE
|
||||
.prereq-build: include/prereq-build.mk
|
||||
@$(NO_TRACE_MAKE) -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \
|
||||
echo "Prerequisite check failed. Use FORCE=1 to override."; \
|
||||
rm -rf $(TOPDIR)/tmp; \
|
||||
false; \
|
||||
}
|
||||
@rm -rf $(TOPDIR)/tmp
|
||||
@touch $@
|
||||
|
||||
.prereq-packages: include/prereq.mk .pkginfo .config
|
||||
@$(NO_TRACE_MAKE) -s -C package TMPDIR="$(TOPDIR)/tmp" prereq 2>/dev/null || { \
|
||||
@$(NO_TRACE_MAKE) -s -C package prereq 2>/dev/null || { \
|
||||
echo "Prerequisite check failed. Use FORCE=1 to override."; \
|
||||
false; \
|
||||
}
|
||||
|
@ -6,6 +6,7 @@
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
TMP_DIR:=$(TOPDIR)/tmp
|
||||
include $(INCLUDE_DIR)/prereq.mk
|
||||
|
||||
define Require/non-root
|
||||
|
Loading…
Reference in New Issue
Block a user