projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea8a25f
)
Add help for make configured
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 22 Jan 2009 23:03:17 +0000
(23:03 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 22 Jan 2009 23:03:17 +0000
(23:03 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d774b7e3f904983db6a7e1cb3eea1bfdae73ed33..6b12c76c5d9180042c9d228c514db2f815ae879e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-506,6
+506,7
@@
help:
@echo 'Configuration:'
@echo ' menuconfig - interactive curses-based configurator'
@echo ' oldconfig - resolve any unresolved symbols in .config'
+ @echo ' configured - make {uclibc/busybox/linux26}-config'
@echo ' saveconfig - save current configuration under local/<project>'
@echo ' getconfig - restore saved configuration from local/<project>'
@echo