File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 882bea5b6d016006ab110d3a9526ffca0a479e27
2
+ refs/heads/master: 5378d5185eccfaba4f7111ed1034ae93d5e2c4d2
Original file line number Diff line number Diff line change @@ -49,7 +49,17 @@ $(PKG_TAR): $(PKG_FILES)
49
49
@$(call E, making dist dir)
50
50
$(Q ) rm -Rf dist
51
51
$(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 )
53
63
$(Q)tar -czf $(PKG_TAR) -C dist $(PKG_DIR)
54
64
$(Q)rm -Rf dist
55
65
You can’t perform that action at this time.
0 commit comments