| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 | |
| 2014-03-31 | mk: Workaround distcheck failure on mac. #13224 | Brian Anderson | -2/+13 | |
| Mac can't actually build our source tarballs because it's `tar` command doesn't support the --exclude-vcs flag. This is just a workaround to make our mac nightlies work (we get our source tarballs from the linux bot). | ||||
| 2014-03-30 | mk: distcheck --uninstall | Brian Anderson | -0/+1 | |
| 2014-03-30 | dist: Add libbacktrace to source tarballs | Brian Anderson | -0/+1 | |
| 2014-03-30 | mk: Don't touch config.tmp or tmp/dist as root. Closes #13190 | Brian Anderson | -2/+2 | |
| When running `make install` we are touching these files that can't then be removed later. | ||||
| 2014-03-30 | mk: Fix 'make dist' on Mac | Brian Anderson | -1/+1 | |
| 2014-03-29 | auto merge of #13185 : alexcrichton/rust/osx-pkg, r=brson | bors | -2/+17 | |
| This performs a few touch-ups to the OSX installer: * A rust logo is shown during installation * The installation happens to /usr/local by default (instead of /) * A new welcome screen is shown that's slightly more relevant | ||||
| 2014-03-28 | auto merge of #13168 : jankobler/rust/verify-grammar-02, r=brson | bors | -1/+1 | |
| This fixes some problems with make verify-grammar llnextgen still reports a lot of errors FYI: My build directory /my-test/build is different from the source directory /my-test/rust. cd /my-test/build /my-test/rust/configure --prefix=/my-test/bin make make install make verify-grammar | ||||
| 2014-03-28 | mk: Restore DESTDIR | Brian Anderson | -2/+2 | |
| 2014-03-28 | dist: Tweak the OSX pkg installer | Alex Crichton | -2/+17 | |
| This performs a few touch-ups to the OSX installer: * A rust logo is shown during installation * The installation happens to /usr/local by default (instead of /) * A new welcome screen is shown that's slightly more relevant | ||||
| 2014-03-28 | install: Verify that installed compiler runs | Brian Anderson | -1/+8 | |
| Another sanity check. Can be disabled in `install.sh` via `--disable-verify` and `configure` with `--disable-verify-install`. | ||||
| 2014-03-27 | auto merge of #13174 : brson/rust/dist, r=alexcrichton,huonw | bors | -1/+2 | |
| 2014-03-27 | mk: Fix syntax error in installation target | Brian Anderson | -1/+1 | |
| 2014-03-27 | auto merge of #13142 : alexcrichton/rust/issue-13118, r=brson | bors | -4/+2 | |
| The previous dependency calculation was based on an arbitrary set of asterisks at an arbitrary depth, but using the recursive version should be much more robust in figuring out what's dependent. | ||||
| 2014-03-27 | mk: Always touch libuv.a | Brian Anderson | -0/+1 | |
| libuv.a always looks out of date to the makefile, causing make to always descend into the libuv makefile, even when there's nothing to build. | ||||
| 2014-03-27 | verify-grammar path to rust.md | Jan Kobler | -1/+1 | |
| When calling make verify-grammar rust.md cannot be found, because the path to rust.md is missing. The path is set to: $(D)/rust.md This can only be tested, when llnextgen is installed. Signed-off-by: Jan Kobler <eng1@koblersystems.de> | ||||
| 2014-03-26 | mk: Use 'find' invocation that works on mac | Brian Anderson | -1/+1 | |
| 2014-03-26 | install: Don't allow installation over the install files | Brian Anderson | -3/+2 | |
| 2014-03-26 | install: name the bundled manifest 'manifest.in'. Cleanup | Brian Anderson | -2/+6 | |
| The installed manifest is a different file, so they should have different names. This should prevent various wierd conflicts in the future. | ||||
| 2014-03-25 | install: Support --libdir and --mandir correctly | Brian Anderson | -3/+4 | |
| This adds a hack to rustc to make it find the library directory regardless of whether it is named lib/lib64/lib32. | ||||
| 2014-03-25 | mk: Fix deps for prepare host tools | Brian Anderson | -0/+1 | |
| 2014-03-25 | mk: Make nightlyism a configure option | Brian Anderson | -1/+1 | |
| 2014-03-25 | mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLE | Brian Anderson | -3/+3 | |
| Much clearer | ||||
| 2014-03-25 | configure: Make rustlibdir non-configurable | Brian Anderson | -7/+6 | |
| Trying to reduce the complexity of installation | ||||
| 2014-03-25 | Revert "Revert "mk: Run 'make install' through install.sh"" | Brian Anderson | -61/+8 | |
| This reverts commit d62163188a21e5afc3d0f476eaf7856d91f715b2. Conflicts: mk/install.mk | ||||
| 2014-03-25 | mk: Remove leading './' from manifest entries | Brian Anderson | -1/+1 | |
| 2014-03-25 | mk: Use rwildcard to calculate dependent files | Alex Crichton | -4/+2 | |
| The previous dependency calculation was based on an arbitrary set of asterisks at an arbitrary depth, but using the recursive version should be much more robust in figuring out what's dependent. Closes #13118 | ||||
| 2014-03-25 | mk: Fix 'make install'. Closes #13128 | Brian Anderson | -2/+6 | |
| 2014-03-24 | mk: Make distcheck depend on dist-docs | Brian Anderson | -1/+2 | |
| 2014-03-24 | Revert "mk: Run 'make install' through install.sh" | Brian Anderson | -8/+59 | |
| This reverts commit e93709a911637194835268420e67d768ee19b5df. | ||||
| 2014-03-24 | mk: Fix prepare.mk | Brian Anderson | -64/+74 | |
| The way it was formulated you could only 'prepare' one directory per build. | ||||
| 2014-03-24 | mk: Fix a minor UI bug | Brian Anderson | -1/+1 | |
| 2014-03-24 | mk: Don't rm 'dist' during clean, just its contents | Brian Anderson | -1/+2 | |
| This is not for temporaries now | ||||
| 2014-03-24 | mk: Remove some debug logging | Brian Anderson | -1/+0 | |
| 2014-03-24 | mk: Cleanup dist.mk yet more | Brian Anderson | -10/+11 | |
| 2014-03-24 | mk: Fix some dist deps for parallel builds | Brian Anderson | -4/+5 | |
| 2014-03-24 | mk: Run 'make install' through install.sh | Brian Anderson | -59/+8 | |
| 2014-03-24 | mk: Fix location of man pages in prepare.mk | Brian Anderson | -1/+1 | |
| 2014-03-24 | mk: Wire up everything to dist and distcheck | Brian Anderson | -4/+12 | |
| Fix some misc bugs | ||||
| 2014-03-24 | mk: Fix distcheck | Brian Anderson | -23/+42 | |
| Also, add more distcheck tests | ||||
| 2014-03-24 | mk: Add FIXME about making windows installer support all hosts | Brian Anderson | -0/+2 | |
| 2014-03-24 | mk: Add docs to dist prep | Brian Anderson | -0/+12 | |
| For integrating doc upload into the dist-snap process | ||||
| 2014-03-24 | mk: Cleanup version handling and add support for nightly dists | Brian Anderson | -28/+45 | |
| 2014-03-24 | mk: Make OS X .pkg for all arches | Brian Anderson | -18/+19 | |
| 2014-03-24 | mk: Cleanup | Brian Anderson | -17/+30 | |
| 2014-03-24 | mk: Reorder definitions in dist.mk | Brian Anderson | -52/+77 | |
| Just to be more logical, put big headers between different installers | ||||
| 2014-03-24 | mk: Stop building OS X .pkg as part of 'make dist' | Brian Anderson | -1/+1 | |
| This doesn't work quite right yet (we need to build packages for all hosts) and I'm not ready to turn on new dist artifacts yet, but I want to start doing dry runs for 0.10, so I'm turning this off for now. | ||||
| 2014-03-19 | mk: Simplify how prepare.mk, install.mk, and dist.mk deal with stages | Brian Anderson | -29/+17 | |
| The only stage that can be installed from is 2 everywhere but windows, 3 on windows. Closes #12799 | ||||
| 2014-03-16 | auto merge of #12899 : brson/rust/cleanbacktrace, r=alexcrichton | bors | -0/+1 | |
| After `make clean` I'm seeing the build break with ``` cp: cannot stat ‘x86_64-unknown-linux-gnu/rt/libbacktrace/.libs/libbacktrace.a’: No such file or directory ``` Deleteing the libbacktrace dir entirely on clean fixes. | ||||
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 | |
| This commit switches over the backtrace infrastructure from piggy-backing off the RUST_LOG environment variable to using the RUST_BACKTRACE environment variable (logging is now disabled in libstd). | ||||
