Skip to content

Commit 6a5799c

Browse files
committed
---
yaml --- r: 7487 b: refs/heads/master c: 5378d51 h: refs/heads/master i: 7485: d31edee 7483: c408054 7479: 0771ab0 7471: f161352 7455: e4655e5 7423: 0a27d2c v: v3
1 parent 998c285 commit 6a5799c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 882bea5b6d016006ab110d3a9526ffca0a479e27
2+
refs/heads/master: 5378d5185eccfaba4f7111ed1034ae93d5e2c4d2

trunk/mk/dist.mk

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,17 @@ $(PKG_TAR): $(PKG_FILES)
4949
@$(call E, making dist dir)
5050
$(Q)rm -Rf dist
5151
$(Q)mkdir -p dist/$(PKG_DIR)
52-
$(Q)tar -C $(S) -c $(UNROOTED_PKG_FILES) | tar -x -C dist/$(PKG_DIR)
52+
$(Q)tar \
53+
-C $(S) \
54+
--exclude-vcs \
55+
--exclude=*~ \
56+
--exclude=*/llvm/test/*/*.ll \
57+
--exclude=*/llvm/test/*/*.td \
58+
--exclude=*/llvm/test/*/*.s \
59+
--exclude=*/llvm/test/*/*/*.ll \
60+
--exclude=*/llvm/test/*/*/*.td \
61+
--exclude=*/llvm/test/*/*/*.s \
62+
-c $(UNROOTED_PKG_FILES) | tar -x -C dist/$(PKG_DIR)
5363
$(Q)tar -czf $(PKG_TAR) -C dist $(PKG_DIR)
5464
$(Q)rm -Rf dist
5565

0 commit comments

Comments
 (0)