svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Thu Sep 11 14:52:06 UTC 2008


Author: aldot
Date: 2008-09-11 07:52:05 -0700 (Thu, 11 Sep 2008)
New Revision: 23377

Log:
- add some helpful help text, as advertised.


Added:
   trunk/uClibc/Makefile.help

Modified:
   trunk/uClibc/Makefile


Changeset:
Modified: trunk/uClibc/Makefile
===================================================================
--- trunk/uClibc/Makefile	2008-09-11 11:29:39 UTC (rev 23376)
+++ trunk/uClibc/Makefile	2008-09-11 14:52:05 UTC (rev 23377)
@@ -11,3 +11,4 @@
 #all: libs
 include Makefile.in
 include $(top_srcdir)Makerules
+include $(top_srcdir)Makefile.help

Added: trunk/uClibc/Makefile.help
===================================================================
--- trunk/uClibc/Makefile.help	                        (rev 0)
+++ trunk/uClibc/Makefile.help	2008-09-11 14:52:05 UTC (rev 23377)
@@ -0,0 +1,37 @@
+# Makefile.help for uClibc
+#
+# Copyright (C) 2008 Erik Andersen <andersen at uclibc.org>
+#
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+#
+
+help:
+	@echo 'Cleaning:'
+	@echo '  clean			- delete temporary files created by build'
+	@echo '  distclean		- delete all non-source files (including .config)'
+	@echo
+	@echo 'Build:'
+	@echo '  all			- libraries and generated headers'
+	@echo '  pregen		- generated headers'
+	@echo
+	@echo 'Configuration:'
+	@echo '  allnoconfig		- disable all symbols in .config'
+	@echo '  allyesconfig		- enable all symbols in .config (see defconfig)'
+	@echo '  config		- text based configurator (of last resort)'
+	@echo '  defconfig		- set .config to arch-specific defaults'
+	@echo '  menuconfig		- interactive curses-based configurator'
+	@echo '  oldconfig		- resolve any unresolved symbols in .config'
+	@echo '  silentoldconfig	- resolve any unresolved symbols in .config, silently'
+	@echo '  randconfig		- generate a random .config'
+	@echo
+	@echo 'Installation:'
+	@echo '  install		- install both the runtime and the headers'
+	@echo '  install_runtime	- install the libraries'
+	@echo '  install_dev		- install all headers and static libs'
+	@echo '  install_headers	- install headers'
+	@echo
+	@echo 'Development:'
+	@echo '  check			- run testsuite'
+	@echo '  test_compile		- compile testsuite binaries'
+	@echo '  release		- create a distribution tarball'
+	@echo




More information about the uClibc-cvs mailing list