Fix svn properties on some files

This commit is contained in:
Pierre Labastie 2012-02-19 10:54:17 +00:00
parent 52575b817e
commit 4c6f54f3df
11 changed files with 13 additions and 8 deletions

View file

@ -1,4 +1,4 @@
$Id:$ $Id$
This is the list of functions used in jhalfs, excluding BLFS tool functions This is the list of functions used in jhalfs, excluding BLFS tool functions
and functions defined in {C,H}LFS/master.sh. and functions defined in {C,H}LFS/master.sh.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# $Id:$ # $Id$
set -e set -e
cd $PKGDIR cd $PKGDIR

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# $Id:$ # $Id$
set -e set -e
cd $PKGDIR cd $PKGDIR

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# $Id:$ # $Id$
set -e set -e
cd $PKGDIR cd $PKGDIR

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# $Id: $ # $Id$
set -e set -e
cd $PKGDIR cd $PKGDIR

View file

@ -136,6 +136,9 @@ extract_commands() { #
;; ;;
lfs) lfs)
echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... " echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... "
pushd $BOOK > /dev/null
bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
popd > /dev/null
xsltproc --nonet \ xsltproc --nonet \
--xinclude \ --xinclude \
--stringparam testsuite $TEST \ --stringparam testsuite $TEST \

View file

@ -1,5 +1,5 @@
# #
# $Id:$ # $Id$
# #
# Code taken from CLFS-Embedded # Code taken from CLFS-Embedded
# Chapter 12 Beyond CLFS Embedded # Chapter 12 Beyond CLFS Embedded

View file

@ -1,4 +1,4 @@
# $Id:$ # $Id$
# function for packing and installing a tree. We only have access # function for packing and installing a tree. We only have access
# to variables PKGDIR and PKG_DEST # to variables PKGDIR and PKG_DEST

View file

@ -1,4 +1,4 @@
# $Id:$ # $Id$
# function for packing and installing a tree. We only have access # function for packing and installing a tree. We only have access
# to variables PKGDIR and PKG_DEST # to variables PKGDIR and PKG_DEST
# Other variables can be passed on the command line, or in the environment # Other variables can be passed on the command line, or in the environment

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY buildtime "Approximate build time"> <!ENTITY buildtime "Approximate build time">

View file

@ -1,3 +1,4 @@
<!-- $Id$ -->
<!-- Mandatory header for xml files change encoding to the one <!-- Mandatory header for xml files change encoding to the one
you use on your computer --> you use on your computer -->
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>