Jivin Michael Schnell lays it down ...
> I support this request !

How does this look ?  I think I got all the main ones :-)

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org   http://www.snapgear.com
Index: Makefile
===================================================================
RCS file: /cvs/sw/new-wave/Makefile,v
retrieving revision 1.164
diff -u -r1.164 Makefile
--- Makefile	15 Feb 2008 04:11:00 -0000	1.164
+++ Makefile	8 May 2008 13:06:41 -0000
@@ -384,4 +384,39 @@
 		$(MAKEARCH) -C `dirname $$t` -f `basename $$t` $@; \
 	 done
 
+help:
+	@echo "Quick reference for various supported make commands."
+	@echo "----------------------------------------------------"
+	@echo ""
+	@echo "make xconfig               Configure the target etc"
+	@echo "make config                \""
+	@echo "make menuconfig            \""
+	@echo "make qconfig               \""
+	@echo "make gconfig               \""
+	@echo "make dep                   2.4 and earlier kernels need this step"
+	@echo "make                       build the entire tree and final images"
+	@echo "make clean                 clean out compiled files, but not config"
+	@echo "make distclean             clean out all non-distributed files"
+	@echo "make oldconfig             re-run the config without interaction"
+	@echo "make linux                 compile the selected kernel only"
+	@echo "make romfs                 install all files to romfs directory"
+	@echo "make image                 combine romfs and kernel into final image"
+	@echo "make modules               build all modules"
+	@echo "make modules_install       install modules into romfs"
+	@echo "make DIR_only              build just the directory DIR"
+	@echo "make DIR_romfs             install files from directory DIR to romfs"
+	@echo "make DIR_clean             clean just the directory DIR"
+	@echo "make single                non-parallelised build"
+	@echo "make single[make-target]   non-parallelised build of \"make-target\""
+	@echo "make V/P_default           full default build for V=Vendor/P=Product"
+	@echo "make prune                 clean out uncompiled source (be careful)"
+	@echo ""
+	@echo "Typically you want to start with this sequence before experimenting."
+	@echo ""
+	@echo "make config                select platform, kernel, etc, customise nothing."
+	@echo "make dep                   optional but safe even on newer kernels."
+	@echo "make                       build it as the creators intended."
+	@exit 0
+	
+
 ############################################################################
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to