diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2009-01-21 04:21:02 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2009-01-21 04:21:02 +0000 |
commit | 6d13ffb55cab0cd916894ffb9c2d987ba8896bd1 (patch) | |
tree | ccdf4c5572d6dd8ee81349585af97aea821c967a /Makefile | |
parent | 77e2988b31501ef70d0127eb5172cd2021791ac9 (diff) |
process-scripts.sh and make-aux-files.sh don't currently make use of command line parameters.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,7 +79,7 @@ tmpdir: validxml: tmpdir @echo "Processing bootscripts..." - $(Q)bash process-scripts.sh $(RENDERTMP) + $(Q)bash process-scripts.sh @echo "Validating the book..." $(Q)xmllint --nonet --noent --xinclude --postvalid \ -o $(RENDERTMP)/lfs-full.xml index.xml @@ -88,7 +88,7 @@ validxml: tmpdir maketar: @echo "Making tarballs..." - $(Q)sh make-aux-files.sh $(RENDERTMP) + $(Q)sh make-aux-files.sh profile-html: validxml @echo "Generating profiled XML for XHTML..." |