diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-21 19:53:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-21 19:53:49 +0000 |
commit | 16334b46d7a751f25b723c7918b0da612ae0d7c7 (patch) | |
tree | d1b1655b988a22f4b68109a77f9c070eec7fa3f4 /Makefile | |
parent | df5a35d70b4e1aad7939207e5c6cf85f457a3302 (diff) |
Tweak the Makefile
Minor change to mountfs boot script when stopping.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -158,11 +158,11 @@ $(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \ @echo "Generating consolidated wget list at $(BASEDIR)/wget-list ..." $(Q)mkdir -p $(BASEDIR) - $(Q)xsltproc --nonet --xinclude \ - --stringparam profile.revision $(REV) \ - --output $(RENDERTMP)/sysd-wget.xml \ - stylesheets/lfs-xsl/profile.xsl \ - chapter03/chapter03.xml + #$(Q)xsltproc --nonet --xinclude \ + # --stringparam profile.revision $(REV) \ + # --output $(RENDERTMP)/sysd-wget.xml \ + # stylesheets/lfs-xsl/profile.xsl \ + # chapter03/chapter03.xml $(Q)xsltproc --xinclude --nonet \ --output $(BASEDIR)/wget-list \ |