Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-02 | waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotes | Björn Jacke | 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 | |||||
2010-04-19 | build: make compare_install.sh also check for missing directories | Andrew Tridgell | 1 | -2/+2 | |
Thanks to Nadya for pointing this out | |||||
2010-04-06 | build: tool to find missing install components | Andrew Tridgell | 1 | -0/+8 | |