Update of /cvsroot/devil-linux/build
In directory sc8-pr-cvs1:/tmp/cvs-serv24889
Modified Files:
Makefile
Log Message:
updated for build system v3
Index: Makefile
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 5 Oct 2003 02:28:10 -0000 1.7
+++ Makefile 13 Oct 2003 17:36:07 -0000 1.8
@@ -14,7 +14,8 @@
@echo "You have to call make with one of the following options:"; \
echo ; \
echo " menuconfig .. select which options should be added"; \
- echo " build ....... prepare and compile all sources"; \
+ echo " prepare ..... prepare system for compilation"; \
+ echo " build ....... compile all sources"; \
echo " install ..... install everything on the CD and"; \
echo " iso ......... create an ISO image"; \
echo " clean ....... cleans etc and ISO working folders :)"; \
@@ -24,6 +25,9 @@
echo ""
menuconfig:
+ @$(BUILD) $@
+
+prepare:
@$(BUILD) $@
build:
|