projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
same as [6881]
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
d7e4585
..
cab2486
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-62,10
+62,10
@@
tmp/.config-%.in: tmp/.%info
.config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in
.config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in
- @
[ -f .config ] || { \
-
[ -e $(HOME)/.openwrt/defconfig ] &&
cp $(HOME)/.openwrt/defconfig .config; \
+ @
if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \
+ cp $(HOME)/.openwrt/defconfig .config; \
$(NO_TRACE_MAKE) menuconfig; \
$(NO_TRACE_MAKE) menuconfig; \
- }
+ fi
@$< -D .config Config.in &> /dev/null
scripts/config/mconf:
@$< -D .config Config.in &> /dev/null
scripts/config/mconf:
This page took
0.024198 seconds
and
4
git commands to generate.