Changeset 9be389c for Makefile


Ignore:
Timestamp:
02/06/2013 10:23:28 AM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
e2be9e8
Parents:
56b4279
Message:

Remove traditional Sysvinit bootscripts and custom Udev rules in preparation for Systemd integration.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r56b4279 r9be389c  
    8686
    8787validate: tmpdir
    88         @echo "Processing bootscripts..."
    89         $(Q)bash process-scripts.sh
    9088        @echo "Validating the book..."
    9189        $(Q)xmllint --nonet --noent --xinclude --postvalid \
    9290          -o $(RENDERTMP)/lfs-full.xml index.xml
    93         $(Q)rm -f appendices/*.script
    94         $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
    9591        @echo "Validation complete."
    9692
     
    112108        $(Q)xsltproc --xinclude --nonet --output $(BASEDIR)/md5sums \
    113109          stylesheets/md5sum.xsl chapter03/chapter03.xml
    114         $(Q)sed -i -e "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.bz2 | cut -d' ' -f1)/" \
    115       $(BASEDIR)/md5sums
    116 
    117 #$(Q)sed -i -e "s/UDEV-MD5SUM/$(shell md5sum udev-config*.tar.bz2 | cut -d' ' -f1)/" \
    118 #   $(BASEDIR)/md5sums
    119 
    120110
    121111dump-commands: validate
Note: See TracChangeset for help on using the changeset viewer.