summaryrefslogtreecommitdiffstats
path: root/Makefile.help
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2009-04-14 19:20:51 +0000
committerKhem Raj <kraj@mvista.com>2009-04-14 19:20:51 +0000
commita4674e039e70de4d1c6285fc79383aad014cf1c2 (patch)
tree077ab511a2b707b0061e5a1a7fabbc1384c25ed5 /Makefile.help
parent1507c79c68e0e6c390f9a82642cd548ed8556ce3 (diff)
downloaduClibc-alpine-a4674e039e70de4d1c6285fc79383aad014cf1c2.tar.bz2
uClibc-alpine-a4674e039e70de4d1c6285fc79383aad014cf1c2.tar.xz
Merged revisions 26046,26062,26066,26078 via svnmerge from
svn+ssh://kraj@svn.uclibc.org/svn/trunk/uClibc ........ r26046 | aldot | 2009-04-09 10:48:17 -0700 (Thu, 09 Apr 2009) | 2 lines - fix typo ........ r26062 | austinf | 2009-04-10 17:08:47 -0700 (Fri, 10 Apr 2009) | 4 lines sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldso Signed-off-by: Austin Foxley <austinf@cetoncorp.com> ........ r26066 | austinf | 2009-04-11 12:30:04 -0700 (Sat, 11 Apr 2009) | 5 lines for sparc v8 MAGIC1 was defined incorrectly Signed-off-by: Austin Foxley <austinf@cetoncorp.com> ........ r26078 | vapier | 2009-04-12 17:06:40 -0700 (Sun, 12 Apr 2009) | 1 line make sure to block all signals when calling daemon() to prevent delivery while the parent is sharing the stack ........
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help
index a2087164b..3a8432870 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -8,7 +8,7 @@
help:
@echo 'Cleaning:'
@echo ' clean - delete temporary object files'
- @echo ' realclean - delete temporary object file, including dependencies'
+ @echo ' realclean - delete temporary object files, including dependencies'
@echo ' distclean - delete all non-source files (including .config)'
@echo
@echo 'Build:'