summary refs log tree commit diff
path: root/mk/prepare.mk
AgeCommit message (Expand)AuthorLines
2015-05-03Add error index generator.Michael Sproul-1/+1
2015-04-27mk: Add support for musl-based buildsAlex Crichton-2/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-2/+0
2015-01-12iOS: fixed install phaseValerii Hiora-1/+1
2015-01-08"The Rust Programming Language"Steve Klabnik-1/+1
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-3/+25
2014-11-26debuginfo: Add script that allows to conveniently start LLDB in "rust-mode"Michael Woerister-1/+6
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-32/+32
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-5/+5
2014-05-07mk: Fix make installAlex Crichton-2/+4
2014-04-15mk: Change windows to install from stage2Alex Crichton-6/+0
2014-03-25mk: Fix deps for prepare host toolsBrian Anderson-0/+1
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-2/+2
2014-03-25mk: Fix 'make install'. Closes #13128Brian Anderson-1/+3
2014-03-24mk: Fix prepare.mkBrian Anderson-61/+63
2014-03-24mk: Fix a minor UI bugBrian Anderson-1/+1
2014-03-24mk: Fix location of man pages in prepare.mkBrian Anderson-1/+1
2014-03-19mk: Simplify how prepare.mk, install.mk, and dist.mk deal with stagesBrian Anderson-23/+16
2014-03-09mk: forcibly delete dest dir when PREPARE_CLEANBrian Anderson-1/+1
2014-03-09mk: Tweak the status messages for prepare.mk to say 'prepare', not 'install'Brian Anderson-4/+4
2014-03-09mk: Use the correct permissions for man pagesBrian Anderson-1/+1
2014-03-09mk: Optionally clean the destination when preparing install imageBrian Anderson-4/+12
2014-03-09mk: Put man pages in correct directoryBrian Anderson-1/+1
2014-02-21mk: Don't install host rlibsAlex Crichton-4/+6
2014-02-16Address review feedbackBrian Anderson-25/+36
2014-02-15mk: Base the install target on prepare.mkBrian Anderson-0/+2
2014-02-15mk: Add prepare.mkBrian Anderson-0/+181