projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b41afa
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Jun 2008 14:49:00 +0000
(14:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Jun 2008 14:49:00 +0000
(14:49 +0000)
SVN-Revision: 11474
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index e13d66781aaa655f700f434b187fe2a56584aabd..e85ed2d33ed0b3ede12620d5d747529e6d415de1 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-45,7
+45,7
@@
prepare-tmpinfo: FORCE
touch $(TOPDIR)/tmp/.build
.config: ./scripts/config/conf prepare-tmpinfo
- @+if [ -f .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \
+ @+if [
\!
-f .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \
[ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
$(NO_TRACE_MAKE) menuconfig $(PREP_MK); \
fi