mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Don't include config.stamp in dist tarball.
This commit is contained in:
parent
52f2a9a1c9
commit
a7a152311f
@ -35,7 +35,8 @@ PKG_FILES := \
|
||||
snapshots.txt \
|
||||
test) \
|
||||
$(PKG_GITMODULES) \
|
||||
$(filter-out Makefile config.mk, $(MKFILE_DEPS))
|
||||
$(filter-out Makefile config.stamp config.mk, \
|
||||
$(MKFILE_DEPS))
|
||||
|
||||
UNROOTED_PKG_FILES := $(patsubst $(S)%,./%,$(PKG_FILES))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user