clean up and really fix bogus build_ directory

SVN-Revision: 4854
This commit is contained in:
Felix Fietkau 2006-09-24 13:46:10 +00:00
parent 45ddf1e2fd
commit 732b4932f1
2 changed files with 4 additions and 1 deletions

View File

@ -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; \
}

View File

@ -6,6 +6,7 @@
#
include $(TOPDIR)/rules.mk
TMP_DIR:=$(TOPDIR)/tmp
include $(INCLUDE_DIR)/prereq.mk
define Require/non-root