projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22aa7c6
)
fix make distclean
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 9 Aug 2008 00:27:54 +0000
(
00:27
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 9 Aug 2008 00:27:54 +0000
(
00:27
+0000)
SVN-Revision: 12252
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index 169cca9f11233908f686a412a5c7628b481f0c3d..20da69ad7c71e6d01715429981f693c9dbd10350 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-86,7
+86,7
@@
kernel_menuconfig: .config FORCE
tmp/.prereq-build: include/prereq-build.mk
mkdir -p tmp
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."; \
false; \
}