aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-08-25 15:47:13 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-08-25 15:47:13 +0000
commitd4407c732c88a9580de29fc1551727e6af4af6a3 (patch)
tree921c39eb6651c7698db48803ad8a7258ab442178 /Makefile
parent0053a87a77c4f7e0f2315e9a525ad91cbcc0bdd1 (diff)
Disable deprecated mpx code in gcc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3dacb1850..f237346a1 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \