Changeset f7c33596 for Makefile


Ignore:
Timestamp:
06/26/2022 11:17:17 AM (22 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
e4d72ed
Parents:
100ca4e (diff), bfc6495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r100ca4e rf7c33596  
    152152                     $(RENDERTMP)/lfs-full.xml
    153153
    154 wget-list: $(BASEDIR)/wget-list
     154wget-list: $(BASEDIR)/wget-list $(BASEDIR)/wget-list-$(REV)
    155155$(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \
    156156                      packages.ent patches.ent general.ent
    157157        @echo "Generating consolidated wget list at $(BASEDIR)/wget-list ..."
    158158        $(Q)mkdir -p $(BASEDIR)
    159 
    160 #       $(Q)xsltproc --nonet --xinclude                    \
    161 #                --stringparam profile.revision $(REV) \
    162 #                --output $(RENDERTMP)/sysd-wget.xml   \
    163 #                stylesheets/lfs-xsl/profile.xsl       \
    164 #                chapter03/chapter03.xml
    165 
    166159        $(Q)xsltproc --xinclude --nonet            \
    167160                --output $(BASEDIR)/wget-list \
    168161                     stylesheets/wget-list.xsl     \
    169162                chapter03/chapter03.xml
     163
     164$(BASEDIR)/wget-list-$(REV): stylesheets/wget-list.xsl \
     165                             chapter03/chapter03.xml \
     166                             packages.ent patches.ent general.ent
     167        $(Q)xsltproc --nonet --xinclude                   \
     168                --stringparam profile.revision $(REV) \
     169                --output $(RENDERTMP)/wget-list.xml   \
     170                stylesheets/lfs-xsl/profile.xsl       \
     171                chapter03/chapter03.xml
     172        $(Q)xsltproc --xinclude --nonet                  \
     173                --output $(BASEDIR)/wget-list-$(REV) \
     174                stylesheets/wget-list.xsl            \
     175                $(RENDERTMP)/wget-list.xml
    170176
    171177md5sums: $(BASEDIR)/md5sums
     
    175181        $(Q)mkdir -p $(BASEDIR)
    176182
    177         $(Q)xsltproc --nonet --xinclude                    \
     183        $(Q)xsltproc --nonet --xinclude                   \
    178184                --stringparam profile.revision $(REV) \
    179                 --output $(RENDERTMP)/sysv-md5sum.xml \
     185                --output $(RENDERTMP)/md5sum.xml      \
    180186                stylesheets/lfs-xsl/profile.xsl       \
    181187                chapter03/chapter03.xml
    182188
    183         $(Q)xsltproc --xinclude --nonet          \
     189        $(Q)xsltproc --xinclude --nonet         \
    184190                --output $(BASEDIR)/md5sums \
    185191                stylesheets/md5sum.xsl      \
    186                 $(RENDERTMP)/sysv-md5sum.xml
     192                $(RENDERTMP)/md5sum.xml
    187193        $(Q)sed -i -e \
    188194       "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.xz | cut -d' ' -f1)/" \
Note: See TracChangeset for help on using the changeset viewer.