Changeset aa00b47


Ignore:
Timestamp:
08/12/2024 11:20:16 AM (5 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib
Children:
54d46f7, 82711db
Parents:
a189579
git-author:
Xi Ruoyao <xry111@…> (08/12/2024 11:19:32 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/12/2024 11:20:16 AM)
Message:

build: Use -r for git ls-tree in make dist

Without this we may pack things like *.swp into the tarball.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    ra189579 raa00b47  
    213213        $(Q)rm -f lfs-$$(</tmp/LFS-RELEASE).tar.xz
    214214        $(Q)tar cJf lfs-$$(</tmp/LFS-RELEASE).tar.xz \
    215                 $(shell git ls-tree HEAD . --name-only) version.ent \
     215                $(shell git ls-tree HEAD . --name-only -r) version.ent \
    216216                -C /tmp LFS-RELEASE \
    217217                --transform "s,^,lfs-$$(</tmp/LFS-RELEASE)/,"
Note: See TracChangeset for help on using the changeset viewer.