Update of /cvsroot/devil-linux/build
In directory sc8-pr-cvs1:/tmp/cvs-serv19125
Modified Files:
CHANGES Makefile
Log Message:
added profiles to build system
Index: CHANGES
===================================================================
RCS file: /cvsroot/devil-linux/build/CHANGES,v
retrieving revision 1.621
retrieving revision 1.622
diff -u -d -r1.621 -r1.622
--- CHANGES 29 Dec 2003 23:37:49 -0000 1.621
+++ CHANGES 30 Dec 2003 00:41:13 -0000 1.622
@@ -22,6 +22,8 @@
#
1.1.1
+- added "router" profile to build system
+- added "default" profile to build system
- menuconfig now make sure that the each config option is only once in the .config file
- enabled compilation of iptables with the GCC SSP
- enabled compilation of kernel and all modules with the GCC Stack Smashing Protector
Index: Makefile
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile 13 Oct 2003 17:36:07 -0000 1.8
+++ Makefile 30 Dec 2003 00:41:13 -0000 1.9
@@ -5,8 +5,11 @@
# http://www.devil-linux.org
DL_IS_OFFICIAL_RELEASE = N
-BUILD = scripts/build.sh
export DL_IS_OFFICIAL_RELEASE
+PROFILE =
+export PROFILE
+
+BUILD = scripts/build.sh
.PHONY: build install iso clean unpack
|