aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/ninja_mkdir.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Merge remote-tracking branch 'aosp/upstream'""Shinichiro Hamaji2016-02-291-0/+42
| | | | This reverts commit 086b17663573f0d2742c534885a787c6d98216b9.
* Revert "Merge remote-tracking branch 'aosp/upstream'"Shinichiro Hamaji2016-02-281-42/+0
| | | | | | | | | | This reverts commit 59ce30d7b247cfc41950e2cc5438a1bff66bdc1f. This looks the culprit of b/27381403. As I haven't figured out the cause yet, let's just revert this for now. Bug: 27381403 Change-Id: Ifd25a24b4bd7f2922ce76d6a05f85723074848ea
* [C++] Ninja: Detect and drop mkdir -p $(dir $@)Dan Willemsen2016-02-101-0/+42
Ninja automatically creates the necessary output directories. This also fixes the logic to remove the empty '(true) &&' that was added for echo -> description detection.