aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-10-09 19:52:48 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-10-09 19:52:48 +0000
commit5dbeba9b1c6d90f94d3d44b37422f50f322ded0e (patch)
treecd45eb17c724ca2152ef75f3d657bf0fd815d112 /Makefile
parent80eee1527e5652d5406d6fe7433eeff626c7a45f (diff)
Update Makefile to better support scripts
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 608690b79..656d3d9ea 100644
--- a/Makefile
+++ b/Makefile
@@ -88,8 +88,10 @@ validxml: tmpdir
$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
maketar:
- @echo "Making tarballs..."
- $(Q)sh make-aux-files.sh
+ $(Q)if [ "x$(MAKETAR)" == "x" ]; then \
+ echo "Making tarballs..."; \
+ sh make-aux-files.sh; \
+ fi;
profile-html: validxml
@echo "Generating profiled XML for XHTML..."