Fix svn properties on some files
This commit is contained in:
parent
52575b817e
commit
4c6f54f3df
11 changed files with 13 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
$Id:$
|
||||
$Id$
|
||||
|
||||
This is the list of functions used in jhalfs, excluding BLFS tool functions
|
||||
and functions defined in {C,H}LFS/master.sh.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# $Id:$
|
||||
# $Id$
|
||||
|
||||
set -e
|
||||
cd $PKGDIR
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# $Id:$
|
||||
# $Id$
|
||||
|
||||
set -e
|
||||
cd $PKGDIR
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# $Id:$
|
||||
# $Id$
|
||||
|
||||
set -e
|
||||
cd $PKGDIR
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# $Id: $
|
||||
# $Id$
|
||||
|
||||
set -e
|
||||
cd $PKGDIR
|
||||
|
|
|
@ -136,6 +136,9 @@ extract_commands() { #
|
|||
;;
|
||||
lfs)
|
||||
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 \
|
||||
--xinclude \
|
||||
--stringparam testsuite $TEST \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id:$
|
||||
# $Id$
|
||||
#
|
||||
# Code taken from CLFS-Embedded
|
||||
# Chapter 12 Beyond CLFS Embedded
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id:$
|
||||
# $Id$
|
||||
# function for packing and installing a tree. We only have access
|
||||
# to variables PKGDIR and PKG_DEST
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id:$
|
||||
# $Id$
|
||||
# function for packing and installing a tree. We only have access
|
||||
# to variables PKGDIR and PKG_DEST
|
||||
# Other variables can be passed on the command line, or in the environment
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Id$ -->
|
||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY buildtime "Approximate build time">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- $Id$ -->
|
||||
<!-- Mandatory header for xml files change encoding to the one
|
||||
you use on your computer -->
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
Reference in a new issue