rollup merge of #20344: brson/srctarballs
Easier for scripts to figure out which artifact is the source code.
This commit is contained in:
commit
04f42212a3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ LICENSE.txt: $(S)COPYRIGHT $(S)LICENSE-APACHE $(S)LICENSE-MIT
|
||||||
# Source tarball
|
# Source tarball
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
PKG_TAR = dist/$(PKG_NAME).tar.gz
|
PKG_TAR = dist/$(PKG_NAME)-src.tar.gz
|
||||||
|
|
||||||
PKG_GITMODULES := $(S)src/llvm $(S)src/compiler-rt \
|
PKG_GITMODULES := $(S)src/llvm $(S)src/compiler-rt \
|
||||||
$(S)src/rt/hoedown $(S)src/jemalloc
|
$(S)src/rt/hoedown $(S)src/jemalloc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue