Author: justin Date: 2005-09-24 00:42:01 -0600 (Sat, 24 Sep 2005) New Revision: 738
Modified: x86/trunk/packages/blfs-bootscripts/Makefile Log: Messages/Logging update, updated version for blfs-bootscripts. Modified: x86/trunk/packages/blfs-bootscripts/Makefile =================================================================== --- x86/trunk/packages/blfs-bootscripts/Makefile 2005-09-24 06:35:33 UTC (rev 737) +++ x86/trunk/packages/blfs-bootscripts/Makefile 2005-09-24 06:42:01 UTC (rev 738) @@ -1,57 +1,41 @@ # BLFS Bootscripts Makefile -#============================================================================== NM= blfs-bootscripts -VRS= 20050816 +VRS= 20050910 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.linuxfromscratch.org/blfs/downloads/svn/$(FILE) -SHA-$(FILE)= 9119039a57ef1911b3a635217e9a0e9105985ade +SHA-$(FILE)= 9ab7259c47697b3e81cb28d003e70f01d09cca75 PATCH1=$(NM)-add-autosshd-1.patch SHA-$(PATCH1)= d69c9467e6cfcbff70006ad065f2765dc46c986b # Targets -# ============================================================================= include $(ROOT)/scripts/functions chroot: - @chroot "$(MP)" $(chenv-blfs) \ + chroot "$(MP)" $(chenv-blfs) \ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' stage2: Makefile $(FILE) $(PATCH1) - @$(std_build) + $(std_build) compile-stage2: - @$(call echo_message, Installing) -#============================================================================== -# Install commands below \/ -#============================================================================== - @patch -Np1 -i ../$(PATCH1) - @make install-service-dhcpcd >../$(DIR)[EMAIL PROTECTED] 2>&1 - @make install-service-pppoe >>../$(DIR)[EMAIL PROTECTED] 2>&1 - @make install-gpm >>../$(DIR)[EMAIL PROTECTED] 2>&1 - @make install-autosshd >>../$(DIR)[EMAIL PROTECTED] 2>&1 - @install -m754 blfs/init.d/sshd /etc/rc.d/init.d/ \ - >>../$(DIR)[EMAIL PROTECTED] 2>&1 - @install -m754 blfs/init.d/random /etc/rc.d/init.d/ \ - >>../$(DIR)[EMAIL PROTECTED] 2>&1 - @install -m754 blfs/init.d/portmap /etc/rc.d/init.d/ \ - >>../$(DIR)[EMAIL PROTECTED] 2>&1 - @install -m754 blfs/init.d/nfs-server /etc/rc.d/init.d/ \ - >>../$(DIR)[EMAIL PROTECTED] 2>&1 - @install -m754 blfs/init.d/nfs-client /etc/rc.d/init.d/ \ - >>../$(DIR)[EMAIL PROTECTED] 2>&1 - @install -m754 blfs/init.d/iptables /etc/rc.d/init.d/ \ - >>../$(DIR)[EMAIL PROTECTED] 2>&1 -# -#==Status Messages=========================================== -# - @$(OK) + patch -Np1 -i ../$(PATCH1) + make install-service-dhcpcd + make install-service-pppoe + make install-gpm + 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/ + install -m754 blfs/init.d/portmap /etc/rc.d/init.d/ + install -m754 blfs/init.d/nfs-server /etc/rc.d/init.d/ + install -m754 blfs/init.d/nfs-client /etc/rc.d/init.d/ + install -m754 blfs/init.d/iptables /etc/rc.d/init.d/ clean: - @-rm -rf $(DIR) + -rm -rf $(DIR) .PHONY: clean chroot compile-stage2 -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
