Changeset e15b03b for Makefile


Ignore:
Timestamp:
06/26/2022 06:36:09 PM (22 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
dcb4788f
Parents:
4605657 (diff), c500323 (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 upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r4605657 re15b03b  
    166166                     $(RENDERTMP)/lfs-full.xml
    167167
    168 wget-list: $(BASEDIR)/wget-list
     168wget-list: $(BASEDIR)/wget-list $(BASEDIR)/wget-list-$(REV)
    169169$(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \
    170170                      packages.ent patches.ent general.ent
    171171        @echo "Generating consolidated wget list at $(BASEDIR)/wget-list ..."
    172172        $(Q)mkdir -p $(BASEDIR)
    173 
    174 #       $(Q)xsltproc --nonet --xinclude                    \
    175 #                --stringparam profile.revision $(REV) \
    176 #                --output $(RENDERTMP)/sysd-wget.xml   \
    177 #                stylesheets/lfs-xsl/profile.xsl       \
    178 #                chapter03/chapter03.xml
    179 
    180173        $(Q)xsltproc --xinclude --nonet            \
    181174                --output $(BASEDIR)/wget-list \
    182175                     stylesheets/wget-list.xsl     \
    183176                chapter03/chapter03.xml
     177
     178$(BASEDIR)/wget-list-$(REV): stylesheets/wget-list.xsl \
     179                             chapter03/chapter03.xml \
     180                             packages.ent patches.ent general.ent
     181        $(Q)xsltproc --nonet --xinclude                   \
     182                --stringparam profile.revision $(REV) \
     183                --output $(RENDERTMP)/wget-list.xml   \
     184                stylesheets/lfs-xsl/profile.xsl       \
     185                chapter03/chapter03.xml
     186        $(Q)xsltproc --xinclude --nonet                  \
     187                --output $(BASEDIR)/wget-list-$(REV) \
     188                stylesheets/wget-list.xsl            \
     189                $(RENDERTMP)/wget-list.xml
    184190
    185191md5sums: $(BASEDIR)/md5sums
     
    189195        $(Q)mkdir -p $(BASEDIR)
    190196
    191         $(Q)xsltproc --nonet --xinclude                    \
     197        $(Q)xsltproc --nonet --xinclude                   \
    192198                --stringparam profile.revision $(REV) \
    193199                --stringparam profile.arch $(ARCH)    \
    194                 --output $(RENDERTMP)/sysv-md5sum.xml \
     200                --output $(RENDERTMP)/md5sum.xml      \
    195201                stylesheets/lfs-xsl/profile.xsl       \
    196202                chapter03/chapter03.xml
    197203
    198         $(Q)xsltproc --xinclude --nonet          \
     204        $(Q)xsltproc --xinclude --nonet         \
    199205                --output $(BASEDIR)/md5sums \
    200206                stylesheets/md5sum.xsl      \
    201                 $(RENDERTMP)/sysv-md5sum.xml
     207                $(RENDERTMP)/md5sum.xml
    202208        $(Q)sed -i -e \
    203209       "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.xz | cut -d' ' -f1)/" \
Note: See TracChangeset for help on using the changeset viewer.