summary refs log tree commit diff
path: root/mk/main.mk
AgeCommit message (Expand)AuthorLines
2014-10-04Update LLVM.Luqman Aden-1/+1
2014-09-25Use 'dev' for the release channel and version suffix when building from sourceBrian Anderson-3/+3
2014-09-15mk: Update how the build deals with version labels. #16677Brian Anderson-11/+21
2014-09-07enable jemalloc debugging in unoptimized buildsDaniel Micay-0/+4
2014-08-08mk: Don't emit landing pads in stage 0.Brian Anderson-0/+4
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-2/+2
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-15/+15
2014-07-21rustc: Print a smaller hash on -vAlex Crichton-1/+2
2014-07-16mk: Fix LD_LIBRARY_PATH_ENV_NAMES in cross buildklutzy-1/+1
2014-07-11Bump version to 0.12.0-preBrian Anderson-2/+2
2014-07-08auto merge of #14832 : alexcrichton/rust/no-rpath, r=brsonbors-2/+2
2014-07-05rustc: Stop putting hashes in filenames by defaultAlex Crichton-0/+2
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-2/+8
2014-06-16rustc: Disable rpath settings by defaultAlex Crichton-2/+2
2014-06-16Fix --disable-rpath and testsAlex Crichton-4/+4
2014-05-18Refactoring: Introduce distinct host and target rpath var setters.Felix S. Klock II-12/+33
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-25mk: Copy fewer libraries into the host artifactsAndrew Gallant-4/+1
2014-04-11mk: Fix rpath on cross compile buildsAlex Crichton-4/+32
2014-04-10rustc: Remove absolute rpathsAlex Crichton-4/+0
2014-04-03Bump version to 0.11-preBrian Anderson-2/+2
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-25mk: Make nightlyism a configure optionBrian Anderson-1/+1
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-2/+1
2014-03-24mk: Remove some debug loggingBrian Anderson-1/+0
2014-03-24mk: Fix distcheckBrian Anderson-2/+3
2014-03-24mk: Cleanup version handling and add support for nightly distsBrian Anderson-4/+21
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-02-25auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brsonbors-2/+2
2014-02-21mk: Get "make check" passing with --disable-rpathAlex Crichton-2/+2
2014-02-20mk: Fix --llvm-root finding toolsAlex Crichton-0/+4
2014-02-18mk: Fix the regexp of SHOW_DOCSVirgile Andreani-4/+4
2014-02-15mk: Fix typo, NO_MAKEFILE_DEPS -> NO_MKFILE_DEPSBrian Anderson-1/+1
2014-02-14mk: Move version info to top of main.mkBrian Anderson-22/+33
2014-02-14mk: Improve build system help commandsBrian Anderson-3/+15
2014-02-14mk: Add NO_MKFILE_DEPS for turning off rebuild from makefile changesBrian Anderson-0/+4
2014-02-14mk: Move most of Makefile.in to .mk filesBrian Anderson-0/+431