Author: alexander Date: 2007-08-28 09:47:04 -0600 (Tue, 28 Aug 2007) New Revision: 2038
Modified: trunk/Makefile Log: The dirty hack from the previous commit doesn't really work Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2007-08-28 15:45:24 UTC (rev 2037) +++ trunk/Makefile 2007-08-28 15:47:04 UTC (rev 2038) @@ -32,9 +32,7 @@ #============================================================================== export CD_ARCH := $(shell uname -m | sed 's|i[3456]|x|') -# A dirty hack to get the current revision -# needed because in the beginning of Chapter6 there is no subversion -export VERSION ?= $(CD_ARCH)-6.3-r`sed -n 4p .svn/entries` +export VERSION ?= $(CD_ARCH)-6.3 export CFLAGS ?= -O2 -pipe -s -fno-strict-aliasing ifeq ($(CD_ARCH),x86) -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
