Changeset a3af16f for Makefile


Ignore:
Timestamp:
10/21/2013 08:43:55 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
f2a5108
Parents:
c34291a
Message:

Merge latest trunk updates to systemd branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rc34291a ra3af16f  
    9999            $(RENDERTMP)/lfs-full.xml
    100100
    101 $(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml packages.ent
     101wget-list: $(BASEDIR)/wget-list
     102$(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml packages.ent patches.ent
    102103        @echo "Generating wget list..."
    103104        $(Q)mkdir -p $(BASEDIR)
     
    105106            stylesheets/wget-list.xsl chapter03/chapter03.xml
    106107
    107 $(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml packages.ent
     108md5sums: $(BASEDIR)/md5sums
     109$(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml packages.ent patches.ent
    108110        @echo "Generating md5sum file..."
    109111        $(Q)mkdir -p $(BASEDIR)
Note: See TracChangeset for help on using the changeset viewer.