Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-01 | build: Add automatic compare of config.h files to recursive waf build | Andrew Bartlett | 1 | -3/+11 | |
This uses the fact that we have both build systems running at the same time. The krb5 checks are skipped because we typically are comparing internal Heimdal with the system krb5, so they do not make sense. The required checks for krb5 are pretty well understood in any case, as we have a limited set of supported libraries. Andrew Bartlett | |||||
2011-04-02 | s3:waf:compare_config_h3.sh: make diff tool configurable as env var "DIFF" | Michael Adam | 1 | -3/+5 | |
2011-04-02 | s3:waf:compare_config_h3.sh: specify autoconf-config.h as commandline parameter | Michael Adam | 1 | -1/+6 | |
2010-12-02 | waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotes | Björn Jacke | 1 | -3/+3 | |
- 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: rename s4 compare_config_h.sh helper and add a s3 version of it | Kai Blin | 1 | -0/+12 | |