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-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -4/+40 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | useful tools for finding missing configure steps | Andrew Tridgell | 1 | -0/+14 | |