Changeset ed431efc for Makefile


Ignore:
Timestamp:
09/19/2023 07:14:59 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.1
Children:
07fda6fe
Parents:
706a5bb (diff), f510f26 (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/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r706a5bb red431efc  
    210210all: book nochunks pdf dump-commands
    211211
    212 .PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
    213 
     212dist:
     213        $(Q)DIST=/tmp/LFS-RELEASE ./git-version.sh $(REV)
     214        $(Q)rm -f lfs-$$(</tmp/LFS-RELEASE).tar.xz
     215        $(Q)tar cJf lfs-$$(</tmp/LFS-RELEASE).tar.xz \
     216                $(shell git ls-tree HEAD . --name-only) version.ent \
     217                -C /tmp LFS-RELEASE \
     218                --transform "s,^,lfs-$$(</tmp/LFS-RELEASE)/,"
     219        $(Q)echo "Generated XML tarball lfs-$$(</tmp/LFS-RELEASE).tar.xz"
     220
     221.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version dist
     222
Note: See TracChangeset for help on using the changeset viewer.