projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c13922
)
Fix minor discrepancy in "make help"
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 2 Dec 2007 05:36:37 +0000
(
05:36
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 2 Dec 2007 05:36:37 +0000
(
05:36
-0000)
Makefile.help
patch
|
blob
|
history
diff --git
a/Makefile.help
b/Makefile.help
index e2e13de0c2965cff8b5a2b1b6963af591aa00400..513c10c4e08b2b7801a286fdf4ed2ba7db44e410 100644
(file)
--- a/
Makefile.help
+++ b/
Makefile.help
@@
-24,10
+24,10
@@
help:
@echo ' hosttools - build sed for the host.'
@echo ' You can use these commands if the commands on the host'
@echo ' is unusable. Afterwards use it like:'
- @echo ' make SED="$(objtree)/sed"'
+ @echo '
make SED="$(objtree)/sed"'
@echo
@echo 'Installation:'
- @echo ' install - install busybox into
$(CONFIG_PREFIX)
'
+ @echo ' install - install busybox into
CONFIG_PREFIX
'
@echo ' uninstall'
@echo
@echo 'Development:'