[Clfs-commits] [Bootscripts Embedded]Bootscripts for CLFS Embedded branch, master, updated. df6a92257004c28eb564b8051d6f356a046396f7

git git at cross-lfs.org
Wed Mar 23 15:52:11 PDT 2011


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 CLFS Embedded".

The branch, master has been updated
       via  df6a92257004c28eb564b8051d6f356a046396f7 (commit)
      from  73ee2a6d691c4c1c3cdb9e0cad82235e75ed7ab9 (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 df6a92257004c28eb564b8051d6f356a046396f7
Author: Andrew Bradford <bradfa at gmail.com>
Date:   Wed Mar 16 06:39:00 2011 -0400

    Fixed curly bracket expansion in Makefile
    
    Updated Makefile to have each directory in target "create-dirs" target
    have its own line.  Curly bracket expansion may not work like bash
    when used in a Makefile.

diff --git a/Makefile b/Makefile
index 176d146..93fb8e7 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,9 @@ dist:
 	rm -rf "dist/clfs-embedded-bootscripts-$(VERSION)"
 
 create-dirs:
-	install -d -m ${DIRMODE} ${EXTDIR}/rc.d/{init.d,start,stop}
+	install -d -m ${DIRMODE} ${EXTDIR}/rc.d/init.d
+	install -d -m ${DIRMODE} ${EXTDIR}/rc.d/start
+	install -d -m ${DIRMODE} ${EXTDIR}/rc.d/stop
 
 install-bootscripts: create-dirs
 	install -m ${CONFMODE} clfs/rc.d/init.d/functions ${EXTDIR}/rc.d/init.d/

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

Summary of changes:
 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Bootscripts for CLFS Embedded



More information about the Clfs-commits mailing list