Changeset 6dfcfecc for Makefile


Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Update to new lfs structure

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r811b5a39 r6dfcfecc  
    2727  PDF_OUTPUT      ?= LFS-BOOK.pdf
    2828  NOCHUNKS_OUTPUT ?= LFS-BOOK.html
    29   DUMPDIR         ?= ~/lfs-commands
     29  DUMPDIR         ?= ~/cross-lfs-commands
    3030else
    3131  BASEDIR         ?= ~/lfs-systemd
     
    6060        $(Q)mkdir -p $(BASEDIR)/stylesheets
    6161        $(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
    62         $(Q)pushd $(BASEDIR)/ > /dev/null;                     \
    63 #       sed -i -e "s@../stylesheets@stylesheets@g" *.html; \
    64        popd > /dev/null
    6562
    6663        $(Q)mkdir -p $(BASEDIR)/images
     
    176173#       $(Q)xsltproc --nonet --xinclude                    \
    177174#                --stringparam profile.revision $(REV) \
    178 #                --stringparam profile.arch $(ARCH)    \
    179175#                --output $(RENDERTMP)/sysd-wget.xml   \
    180176#                stylesheets/lfs-xsl/profile.xsl       \
     
    194190        $(Q)xsltproc --nonet --xinclude                    \
    195191                --stringparam profile.revision $(REV) \
    196                 --stringparam profile.arch $(ARCH) \
     192                --stringparam profile.arch $(ARCH)    \
    197193                --output $(RENDERTMP)/sysv-md5sum.xml \
    198194                stylesheets/lfs-xsl/profile.xsl       \
     
    212208#      --output $(RENDERTMP)/lfs-html.xml    \
    213209#      --stringparam profile.revision $(REV) \
    214 #      --stringparam profile.arch $(ARCH)    \
    215210#      stylesheets/lfs-xsl/profile.xsl       \
    216211#      $(RENDERTMP)/lfs-full.xml
Note: See TracChangeset for help on using the changeset viewer.