summaryrefslogtreecommitdiff
path: root/buildtools/compare_generated.sh
AgeCommit message (Collapse)AuthorFilesLines
2010-12-02waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotesBjörn Jacke1-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-06build: waf quicktest nearly worksAndrew Tridgell1-4/+40
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06useful tools for finding missing configure stepsAndrew Tridgell1-0/+14