Author: justin
Date: 2006-07-12 22:27:56 -0600 (Wed, 12 Jul 2006)
New Revision: 1630
Modified:
branches/cross/packages/blfs-bootscripts/Makefile
branches/cross/packages/gpm/Makefile
Log:
Upgraded blfs-bootscripts to 20060624.
Modified: branches/cross/packages/blfs-bootscripts/Makefile
===================================================================
--- branches/cross/packages/blfs-bootscripts/Makefile 2006-07-13 04:24:43 UTC
(rev 1629)
+++ branches/cross/packages/blfs-bootscripts/Makefile 2006-07-13 04:27:56 UTC
(rev 1630)
@@ -1,12 +1,12 @@
# BLFS Bootscripts Makefile
NM= blfs-bootscripts
-VRS= 20051121
+VRS= 20060624
DIR= $(NM)-$(VRS)
FILE= $(DIR).tar.bz2
URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE)
-SHA-$(FILE)= e68220a59b30dc0cdf3b18eff6819b6f3a997f7a
+SHA-$(FILE)= 32d89ec8ea850a34a02831951c2b390d82590430
PATCH1=$(NM)-add-autosshd-1.patch
@@ -25,9 +25,7 @@
patch -Np1 -i ../$(PATCH1)
make install-service-dhcpcd
make install-service-pppoe
-ifneq ($(LFS-ARCH),sparc64)
make install-gpm
-endif
make install-autosshd
install -m754 blfs/init.d/sshd /etc/rc.d/init.d/
install -m754 blfs/init.d/random /etc/rc.d/init.d/
@@ -36,7 +34,6 @@
install -m754 blfs/init.d/nfs-client /etc/rc.d/init.d/
install -m754 blfs/init.d/iptables /etc/rc.d/init.d/
install -m754 blfs/init.d/rsyncd /etc/rc.d/init.d/
- sed -i 's| --compress||' /etc/rc.d/init.d/rsyncd
clean:
-rm -rf $(DIR)
Modified: branches/cross/packages/gpm/Makefile
===================================================================
--- branches/cross/packages/gpm/Makefile 2006-07-13 04:24:43 UTC (rev
1629)
+++ branches/cross/packages/gpm/Makefile 2006-07-13 04:27:56 UTC (rev
1630)
@@ -28,13 +28,12 @@
$(std_build)
compile-stage2:
-ifneq ($(LFS-ARCH),sparc64)
patch -Np1 -i ../$(PATCH1)
patch -Np1 -i ../$(PATCH2)
- ./configure --prefix=/usr --sysconfdir=/etc --without-curses
+ ./configure --prefix=/usr --sysconfdir=/etc
LDFLAGS="-lm" make
make install
- cp conf/gpm-root.conf /etc
+ cp -v conf/gpm-root.conf /etc
/sbin/ldconfig
endif
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page