Skip to content

Commit 1131acb

Browse files
committed
mk: Append -src to source tarballs for easier identification
1 parent fea5aa6 commit 1131acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/dist.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LICENSE.txt: $(S)COPYRIGHT $(S)LICENSE-APACHE $(S)LICENSE-MIT
3333
# Source tarball
3434
######################################################################
3535

36-
PKG_TAR = dist/$(PKG_NAME).tar.gz
36+
PKG_TAR = dist/$(PKG_NAME)-src.tar.gz
3737

3838
PKG_GITMODULES := $(S)src/llvm $(S)src/compiler-rt \
3939
$(S)src/rt/hoedown $(S)src/jemalloc

0 commit comments

Comments
 (0)