Changeset 364f16f for Makefile


Ignore:
Timestamp:
06/29/2014 03:25:00 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
967d78e
Parents:
5efe553
Message:

Remove network scripts.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5efe553 r364f16f  
    8585
    8686validate: tmpdir
    87         @echo "Processing bootscripts..."
    88         $(Q)bash process-scripts.sh
    8987        @echo "Validating the book..."
    9088        $(Q)xmllint --nonet --noent --xinclude --postvalid \
    9189          -o $(RENDERTMP)/lfs-full.xml index.xml
    92         $(Q)rm -f appendices/*.script
    93         $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
    9490        @echo "Validation complete."
    9591
     
    113109        $(Q)xsltproc --xinclude --nonet --output $(BASEDIR)/md5sums \
    114110            stylesheets/md5sum.xsl chapter03/chapter03.xml
    115         $(Q)sed -i -e \
    116        "s/LFS-NETSCRIPTS-MD5SUM/$(shell md5sum lfs-network-scripts*.tar.bz2 | cut -d' ' -f1)/" \
    117        $(BASEDIR)/md5sums
    118111
    119112dump-commands: validate
Note: See TracChangeset for help on using the changeset viewer.