Added Id key to some file to see in what of them is expanded and in what not.
This commit is contained in:
parent
075115aebd
commit
a46ada0369
5 changed files with 9 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
extension-element-prefixes="exsl"
|
||||
version="1.0">
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- XSLT stylesheet to create shell scripts from BLFS books. -->
|
||||
|
||||
<!-- Run optional test suites? -->
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# Configuration file for the blfs module
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
#####
|
||||
|
||||
#--- Book's sources directory
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id$
|
||||
|
||||
#----------------------------#
|
||||
build_Makefile() {
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# Configuration file for the LFS module
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
#####
|
||||
declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id$
|
||||
|
||||
###################################
|
||||
### FUNCTIONS ###
|
||||
|
@ -194,7 +195,7 @@ chapter6_Makefiles() {
|
|||
|
||||
# Remove the build directory(ies) except if the package build fails.
|
||||
if [ "$vrs" != "" ] ; then
|
||||
wrt_remove_build_dirs "$name"
|
||||
wrt_remove_build_dirs "$name"
|
||||
fi
|
||||
|
||||
# Include a touch of the target name so make can check
|
||||
|
|
Reference in a new issue