Author: justin Date: 2005-12-01 19:20:09 -0700 (Thu, 01 Dec 2005) New Revision: 1198
Modified: branches/6.1.1-newmake/packages/nALFS-profile/Makefile branches/6.1.1-newmake/vars/vars.x86 Log: Fixed 6.1.1-newmake VERSION and upgraded to 6.1.1 nALFS-profile. Modified: branches/6.1.1-newmake/packages/nALFS-profile/Makefile =================================================================== --- branches/6.1.1-newmake/packages/nALFS-profile/Makefile 2005-12-01 16:02:03 UTC (rev 1197) +++ branches/6.1.1-newmake/packages/nALFS-profile/Makefile 2005-12-02 02:20:09 UTC (rev 1198) @@ -1,12 +1,12 @@ # nALFS profile Makefile NM= profile -VRS= LFS-6.1-1 +VRS= LFS-6.1.1 DIR= $(VRS) FILE= $(NM)-$(DIR).tar.bz2 URL-$(FILE)= http://www.linuxfromscratch.org/alfs/downloads/profiles/stable/$(FILE) -SHA-$(FILE)= a421647b85d0c19ef9888e0e68976f3b1a1264e1 +SHA-$(FILE)= cece9335a2315aa617f11fb1e975dd4cd82c7a5c # Targets Modified: branches/6.1.1-newmake/vars/vars.x86 =================================================================== --- branches/6.1.1-newmake/vars/vars.x86 2005-12-01 16:02:03 UTC (rev 1197) +++ branches/6.1.1-newmake/vars/vars.x86 2005-12-02 02:20:09 UTC (rev 1198) @@ -1,4 +1,4 @@ -export VERSION := x86-6.1.1-newmake +export VERSION := x86-6.1.1-1 export CFLAGS := -Os -s -march=i486 export LIB_MAYBE64 := lib export KERNEL_ARCH := i386 -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
