Changeset 73d91ac for Makefile


Ignore:
Timestamp:
12/05/2023 05:12:55 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
00de269
Parents:
6b6a1b9 (diff), dc8572f (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 remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6b6a1b9 r73d91ac  
    5858         /bin/bash obfuscate.sh $$filename;           \
    5959         sed -e "s@text/html@application/xhtml+xml@g" \
    60              -e "s/\xa9/\&copy;/ "                    \
    6160             -i $$filename;                           \
    6261   done;
     
    210209all: book nochunks pdf dump-commands
    211210
    212 .PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
    213 
     211dist:
     212        $(Q)DIST=/tmp/LFS-RELEASE ./git-version.sh $(REV)
     213        $(Q)rm -f lfs-$$(</tmp/LFS-RELEASE).tar.xz
     214        $(Q)tar cJf lfs-$$(</tmp/LFS-RELEASE).tar.xz \
     215                $(shell git ls-tree HEAD . --name-only) version.ent \
     216                -C /tmp LFS-RELEASE \
     217                --transform "s,^,lfs-$$(</tmp/LFS-RELEASE)/,"
     218        $(Q)echo "Generated XML tarball lfs-$$(</tmp/LFS-RELEASE).tar.xz"
     219
     220.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version dist
     221
Note: See TracChangeset for help on using the changeset viewer.