diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-07-22 17:19:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-07-22 17:19:55 +0000 |
commit | 628860260fec14ede5f759e868f7ab9928ba729c (patch) | |
tree | b7c5fe43ceb0ee23c8dc7e5231b597153f13c510 | |
parent | f6ef85d2af9b304385f16546ec335e45cbbc8531 (diff) |
Tweaking Makefile messages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |