diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-05-11 11:55:39 -0700 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2014-05-11 17:41:36 -0400 |
| commit | 034f2180616c301934c3971cac6832aa607a4f08 (patch) | |
| tree | 61ac01bdc91301fef5e6258c610039a77fd13525 | |
| parent | 20356e4cc3f73648807dc56827102fbaff9061c6 (diff) | |
| download | rust-034f2180616c301934c3971cac6832aa607a4f08.tar.gz rust-034f2180616c301934c3971cac6832aa607a4f08.zip | |
mk: Bundle jemalloc with make dist
The dist tarball doesn't depend on git, so all git submodules must be included inside of it.
| -rw-r--r-- | mk/dist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/dist.mk b/mk/dist.mk index 6dc44a422cf..6a89897c292 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -36,7 +36,7 @@ LICENSE.txt: $(S)COPYRIGHT $(S)LICENSE-APACHE $(S)LICENSE-MIT PKG_TAR = dist/$(PKG_NAME).tar.gz PKG_GITMODULES := $(S)src/libuv $(S)src/llvm $(S)src/gyp $(S)src/compiler-rt \ - $(S)src/rt/hoedown + $(S)src/rt/hoedown $(S)src/jemalloc PKG_FILES := \ $(S)COPYRIGHT \ $(S)LICENSE-APACHE \ |
