aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-07-22 17:19:55 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-07-22 17:19:55 +0000
commit628860260fec14ede5f759e868f7ab9928ba729c (patch)
treeb7c5fe43ceb0ee23c8dc7e5231b597153f13c510 /Makefile
parentf6ef85d2af9b304385f16546ec335e45cbbc8531 (diff)
Tweaking Makefile messages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9441d3d6b..d203c4086 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ profile-html:
wget-list: $(BASEDIR)/wget-list
$(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \
packages.ent patches.ent
- @echo "Generating wget list for sysv at $(BASEDIR)/wget-list ..."
+ @echo "Generating consolidated wget list at $(BASEDIR)/wget-list ..."
$(Q)mkdir -p $(BASEDIR)
$(Q)xsltproc --nonet --xinclude \
@@ -169,7 +169,7 @@ $(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \
md5sums: $(BASEDIR)/md5sums
$(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml \
packages.ent patches.ent
- @echo "Generating md5sum file for sysv at $(BASEDIR)/md5sums ..."
+ @echo "Generating consolidated md5sum file at $(BASEDIR)/md5sums ..."
$(Q)mkdir -p $(BASEDIR)
$(Q)xsltproc --nonet --xinclude \