aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
Commit message (Collapse)AuthorAge
* Set LDFLAGS whether or not fromhost/BUILD existsGravatar Kristina Chodorow2015-03-18
| | | | | | | Change-Id: Ib5d40a02826919ea675a4c4ebc7c409dbbc4ce6f -- MOS_MIGRATED_REVID=88932526
* Make JDK not need tools/jdk/jdk symlinkedGravatar Kristina Chodorow2015-03-18
| | | | | -- MOS_MIGRATED_REVID=88742425
* Set LDFLAGS whether or not fromhost/BUILD existsGravatar Kristina Chodorow2015-03-17
|
* Rewrite fromhost/BUILD on each compile.sh runGravatar Kristina Chodorow2015-03-10
| | | | | | | | Otherwise it keeps appending libarchive library targets to the existing BUILD file. -- MOS_MIGRATED_REVID=87942865
* Fixed the compile.sh path for JavaBuilder's sourceGravatar Damien Martin-Guillerez2015-03-05
| | | | | | | The introduction of the JavaCompiler paths into the JavaBuilder tool made the bootstrap compilation by compile.sh fails. -- MOS_MIGRATED_REVID=87705554
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
| | | | | | | This is needed for taking the runfiles prefix from the WORKSPACE file instead of hardcoding it. -- MOS_MIGRATED_REVID=87347883
* Add symlinks to third_party/ and tools/ to base_workspaceGravatar Kristina Chodorow2015-02-19
| | | | | | | | | | | | While attempting to clean up the Bazel examples, I noticed that the example tests don't actually work because they expect a third_party directory. We could link third_party/ from the top-level bazel directory, but then we'd have crossing symlinks (base_workspace/tools->tools and third_party->base_workspace/third_party). Linking everything in one direction seemed like a better option, but alternative suggestions are welcome. -- MOS_MIGRATED_REVID=86703332
* Renamed java tools from //tools:java/* to //tools/jdk:* inside blaze.Gravatar Damien Martin-Guillerez2015-02-19
| | | | | -- MOS_MIGRATED_REVID=86681843
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25
-- MOE_MIGRATED_REVID=85702957