mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 20:41:53 +02:00
fix make distclean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12252 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d3117c4dc3
commit
4d1808ee72
@ -86,7 +86,7 @@ kernel_menuconfig: .config FORCE
|
|||||||
tmp/.prereq-build: include/prereq-build.mk
|
tmp/.prereq-build: include/prereq-build.mk
|
||||||
mkdir -p tmp
|
mkdir -p tmp
|
||||||
rm -f tmp/.host.mk
|
rm -f tmp/.host.mk
|
||||||
@$(_SINGLE)$(NO_TRACE_MAKE) -j1 -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \
|
@$(NO_TRACE_MAKE) -j1 -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \
|
||||||
echo "Prerequisite check failed. Use FORCE=1 to override."; \
|
echo "Prerequisite check failed. Use FORCE=1 to override."; \
|
||||||
false; \
|
false; \
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user