Author: alexander Date: 2005-11-26 20:47:40 -0700 (Sat, 26 Nov 2005) New Revision: 1166
Modified: branches/dm/packages/glibc/Makefile branches/dm/packages/man-pages/Makefile Log: Upgraded man-pages, dropped linuxthreads tarball Modified: branches/dm/packages/glibc/Makefile =================================================================== --- branches/dm/packages/glibc/Makefile 2005-11-27 03:45:01 UTC (rev 1165) +++ branches/dm/packages/glibc/Makefile 2005-11-27 03:47:40 UTC (rev 1166) @@ -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 Modified: branches/dm/packages/man-pages/Makefile =================================================================== --- branches/dm/packages/man-pages/Makefile 2005-11-27 03:45:01 UTC (rev 1165) +++ branches/dm/packages/man-pages/Makefile 2005-11-27 03:47:40 UTC (rev 1166) @@ -1,12 +1,12 @@ # Man-pages Makefile NM= man-pages -VRS= 2.13 +VRS= 2.14 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) -SHA-$(FILE)= 85eca68ecf1ea9a0eb04d05880874932b2190d94 +SHA-$(FILE)= 5add7e9db97b64281e75e1f0df19e9bc8b234fb0 # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
