summaryrefslogtreecommitdiffstats
path: root/buildtools/compare_generated.sh
Commit message (Collapse)AuthorAgeFilesLines
* waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotesBjörn Jacke2010-12-021-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: waf quicktest nearly worksAndrew Tridgell2010-04-061-4/+40
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* useful tools for finding missing configure stepsAndrew Tridgell2010-04-061-0/+14