Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotes | Björn Jacke | 2010-12-02 | 1 | -1/+1 |
| | | | | | | | - some Unix shells actually don't like grep ^foo, use grep "^foo" instead. - bash is not installed on every system, please avoid #!/bin/bash and use #!/bin/sh instead | ||||
* | build: make compare_install.sh also check for missing directories | Andrew Tridgell | 2010-04-19 | 1 | -2/+2 |
| | | | | Thanks to Nadya for pointing this out | ||||
* | build: tool to find missing install components | Andrew Tridgell | 2010-04-06 | 1 | -0/+8 |