r3190 - in jhalfs/trunk: . common custom custom/examples
manuel at linuxfromscratch.org
manuel at linuxfromscratch.org
Mon Oct 16 11:26:38 MDT 2006
Author: manuel
Date: 2006-10-16 11:26:37 -0600 (Mon, 16 Oct 2006)
New Revision: 3190
Modified:
jhalfs/trunk/README.CUSTOM
jhalfs/trunk/common/custom_pkgs
jhalfs/trunk/custom/examples/950-bc
jhalfs/trunk/custom/examples/951-glib
jhalfs/trunk/custom/examples/952-mc
jhalfs/trunk/custom/examples/953-gpm
jhalfs/trunk/custom/examples/999-blfs_bootscripts
jhalfs/trunk/custom/template
Log:
Added missing Id tags.
Modified: jhalfs/trunk/README.CUSTOM
===================================================================
--- jhalfs/trunk/README.CUSTOM 2006-10-16 17:22:57 UTC (rev 3189)
+++ jhalfs/trunk/README.CUSTOM 2006-10-16 17:26:37 UTC (rev 3190)
@@ -1,6 +1,9 @@
+#
+# $Id$
+#
HOW TO ADD CUSTOM SCRIPTS TO THE JHALFS MAKEFILE
-
+
Normally JHALFS creates a Makefile containing only those scripts found in
the {B,C,H}LFS books. An automated construction tool cannot predict the
needs of every individual and requests are made "Can you add xxxx package".
@@ -52,8 +55,8 @@
If a package requires a bootscript to be installed add the cmd to this
file and NOT in the package script. The gpm script is included as an
example of multiple patch files and the need for a blfs bootscript.
-
- RUNNING:::
+
+ RUNNING:::
Although your scripts are added to the generated makefile they are not
automatically built. You must tell the makefile to build the tools with
the cmd
@@ -61,9 +64,9 @@
:::FINAL COMMENT:::
This feature was added so users could build the packages necessary to access
- the internet and was not intended to replace the BLFS install system.
-
+ the internet and was not intended to replace the BLFS install system.
+
#--------- GLIB example -----------
#
@@ -71,7 +74,7 @@
# Create a file in the custom/config directory
# Populate the file using the following script as an example
#
-
+
PKG="glib"
PKG_VERSION="1.2.10"
PKG_FILE="glib-1.2.10.tar.gz"
Modified: jhalfs/trunk/common/custom_pkgs
===================================================================
--- jhalfs/trunk/common/custom_pkgs 2006-10-16 17:22:57 UTC (rev 3189)
+++ jhalfs/trunk/common/custom_pkgs 2006-10-16 17:26:37 UTC (rev 3190)
@@ -1,5 +1,7 @@
#!/bin/sh
+# $Id$
+
#----------------------------------#
add_CustomTools() { # Add any users supplied scripts
#----------------------------------#
@@ -58,7 +60,6 @@
cd \$PKGDIR
`cat tmp`
-
exit
xEOFx
) > custom-commands/scripts/$THIS_SCRIPT
Modified: jhalfs/trunk/custom/examples/950-bc
===================================================================
--- jhalfs/trunk/custom/examples/950-bc 2006-10-16 17:22:57 UTC (rev 3189)
+++ jhalfs/trunk/custom/examples/950-bc 2006-10-16 17:26:37 UTC (rev 3190)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
PKG="bc"
PKG_VERSION="1.06"
PKG_FILE="bc-1.06.tar.gz"
Modified: jhalfs/trunk/custom/examples/951-glib
===================================================================
--- jhalfs/trunk/custom/examples/951-glib 2006-10-16 17:22:57 UTC (rev 3189)
+++ jhalfs/trunk/custom/examples/951-glib 2006-10-16 17:26:37 UTC (rev 3190)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
PKG="glib"
PKG_VERSION="1.2.10"
PKG_FILE="glib-1.2.10.tar.gz"
Modified: jhalfs/trunk/custom/examples/952-mc
===================================================================
--- jhalfs/trunk/custom/examples/952-mc 2006-10-16 17:22:57 UTC (rev 3189)
+++ jhalfs/trunk/custom/examples/952-mc 2006-10-16 17:26:37 UTC (rev 3190)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
PKG="mc"
PKG_VERSION="4.6.1"
PKG_FILE="mc-4.6.1.tar.gz"
Modified: jhalfs/trunk/custom/examples/953-gpm
===================================================================
--- jhalfs/trunk/custom/examples/953-gpm 2006-10-16 17:22:57 UTC (rev 3189)
+++ jhalfs/trunk/custom/examples/953-gpm 2006-10-16 17:26:37 UTC (rev 3190)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
PKG="gpm"
PKG_VERSION="1.20.1"
PKG_FILE="gpm-1.20.1.tar.bz2"
Modified: jhalfs/trunk/custom/examples/999-blfs_bootscripts
===================================================================
--- jhalfs/trunk/custom/examples/999-blfs_bootscripts 2006-10-16 17:22:57 UTC (rev 3189)
+++ jhalfs/trunk/custom/examples/999-blfs_bootscripts 2006-10-16 17:26:37 UTC (rev 3190)
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
PKG="blfs-bootscripts"
PKG_VERSION="20060910"
PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
Modified: jhalfs/trunk/custom/template
===================================================================
--- jhalfs/trunk/custom/template 2006-10-16 17:22:57 UTC (rev 3189)
+++ jhalfs/trunk/custom/template 2006-10-16 17:26:37 UTC (rev 3190)
@@ -1,4 +1,6 @@
#
+# $Id$
+#
# Any comments you wish to add
#
More information about the alfs-log
mailing list