[PATCH 1/6] Makefile: let plain 'make' be like 'make all' again
Wolfram Sang
w.sang at pengutronix.de
Sun Jan 30 05:05:24 EST 2011
That behaviour was broken by c96724af1baaa926cbcc8d8e5b19fd5ba339d962
(Makefile: add short help target). Also, update the helptext accordingly.
Signed-off-by: Wolfram Sang <w.sang at pengutronix.de>
---
Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 240b748..0b7edbe 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,11 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
+default: all
+
help:
- @echo "Common targets:"
- @echo " all - build the standard set of utilities"
+ @echo "Common targets ('*' is default):"
+ @echo "* all - build the standard set of utilities"
@echo " debugtools - build the debugging utilities"
# Set this to 'false' if you do not need the socket-startup script
--
1.7.2.3
More information about the linux-pcmcia
mailing list