[Clfs-commits] [Bootscripts Standard]Bootscripts for Cross-LFS branch, master, updated. 94bfdfac259272515502691efaee3872280f5e6f

git git at cross-lfs.org
Sat May 17 03:22:31 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bootscripts for Cross-LFS".

The branch, master has been updated
       via  94bfdfac259272515502691efaee3872280f5e6f (commit)
      from  71c919031f08dcc8b55a3e4a98da1ac8ec8897b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 94bfdfac259272515502691efaee3872280f5e6f
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 17 06:22:19 2014 -0400

    Removed Makefile commands for just-removed make targets

diff --git a/bootscripts/Makefile b/bootscripts/Makefile
index 75dbc8d..9967e76 100644
--- a/bootscripts/Makefile
+++ b/bootscripts/Makefile
@@ -83,7 +83,6 @@ install-bootscripts: create-dirs create-service-dir
 	if [ ! -f ${EXTDIR}/sysconfig/i18n        ]; then install -m ${CONFMODE} clfs/sysconfig/i18n        ${EXTDIR}/sysconfig/; fi
 	if [ ! -f ${EXTDIR}/sysconfig/modules     ]; then install -m ${CONFMODE} clfs/sysconfig/modules     ${EXTDIR}/sysconfig/; fi
 	if [ ! -f ${EXTDIR}/sysconfig/rc          ]; then install -m ${CONFMODE} clfs/sysconfig/rc          ${EXTDIR}/sysconfig/; fi
-	@$(MAKE) mknod_devices
 
 install-network: create-dirs create-service-dir
 
@@ -135,7 +134,6 @@ install-minimal: create-dirs create-service-dir
 	ln -sf ../init.d/setclock    ${EXTDIR}/rc.d/rcsysinit.d/S60setclock
 	if [ ! -f ${EXTDIR}/sysconfig/rc          ]; then install -m ${CONFMODE} clfs/sysconfig/rc          ${EXTDIR}/sysconfig/; fi
 	if [ ! -f ${EXTDIR}/sysconfig/createfiles ]; then install -m ${CONFMODE} clfs/sysconfig/createfiles ${EXTDIR}/sysconfig/; fi
-	@$(MAKE) mknod_devices
 
 install-raq2: create-dirs
 	install -m ${MODE} clfs/init.d/paneld        ${EXTDIR}/rc.d/init.d/

-----------------------------------------------------------------------

Summary of changes:
 bootscripts/Makefile |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Bootscripts for Cross-LFS



More information about the Clfs-commits mailing list