[LinksOS CVS Commit]kernel Makefile,1.9,1.10
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-13 02:18:50
|
Update of /cvsroot/linksos/kernel In directory router-internal.tossell.net:/tmp/cvs-serv7395 Modified Files: Makefile Log Message: Title: Target Dependency Changes: Removed the clean target as a dependency of 'all'. Effects: Builds by the default target can be run w/o making clean. a=kennyt Index: Makefile =================================================================== RCS file: /cvsroot/linksos/kernel/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 12 Jan 2003 21:02:13 -0000 1.9 --- Makefile 13 Jan 2003 02:18:41 -0000 1.10 *************** *** 1,6 **** include machine.mk ! all: clean kernel ! @echo -e "Your build has succeeded! You will find the kernel, complete \n \ with multiboot instructions, in ./kernel.bin - Have Fun!" --- 1,6 ---- include machine.mk ! all: kernel ! @echo -e "Your build has succeeded! You will find the kernel, complete \n\ with multiboot instructions, in ./kernel.bin - Have Fun!" |