Author: justin Date: 2005-11-26 20:33:15 -0700 (Sat, 26 Nov 2005) New Revision: 1162
Modified: trunk/packages/glibc/Makefile Log: Removed linuxthreads tarball from trunk. Modified: trunk/packages/glibc/Makefile =================================================================== --- trunk/packages/glibc/Makefile 2005-11-25 06:13:44 UTC (rev 1161) +++ trunk/packages/glibc/Makefile 2005-11-27 03:33:15 UTC (rev 1162) @@ -17,10 +17,6 @@ SHA-$(FILE)= 47753ac9e13fd955c77c3e2b2bbb278d009dcbc5 endif -FILE1= $(NM)-linuxthreads-2.3.6.tar.bz2 -URL-$(FILE1)= $(HTTP)/$(NM)/$(FILE1) -SHA-$(FILE1)= 10190168bf948556afdfff46f87f9208402d810f - PATCH30= $(DIR)-sparc_tls-1.patch URL-$(PATCH30)= http://www.linuxfromscratch.org/patches/downloads/$(NM)/$(PATCH30) SHA-$(PATCH30)= 5100d3728f58bc40f7f61de10c0b7a202b876aa5 @@ -62,9 +58,9 @@ $(WD)/include/bits ifndef CROSS -stage1: $(FILE) $(FILE1) +stage1: $(FILE) $(sep_dir_build) - cp $(SRC)/{$(FILE),$(FILE1)} $(LFSSRC)/ + cp $(SRC)/$(FILE) $(LFSSRC)/ compile-stage1: ../$(DIR)/configure --prefix=$(WD) --disable-profile \ @@ -125,20 +121,17 @@ 'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)' ifndef CROSS -stage2: $(FILE) $(FILE1) +stage2: $(FILE) $(sep_dir_build) touch $@ compile-stage2: - cd ../$(DIR) ; unpack ../$(FILE1) ../$(DIR)/configure --prefix=/usr --disable-profile \ --enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc PARALLELMFLAGS="$(PM)" make touch /etc/ld.so.conf PARALLELMFLAGS="$(PM)" make install PARALLELMFLAGS="$(PM)" make localedata/install-locales - make -C ../$(DIR)/linuxthreads/man - make -C ../$(DIR)/linuxthreads/man install cp $(ROOT)/etc/nsswitch.conf /etc cp --remove-destination /usr/share/zoneinfo/$(timezone) /etc/localtime cp $(ROOT)/etc/ld.so.conf /etc -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
