Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Remove unused release scripts for tevent | Andrew Bartlett | 2012-05-30 | 1 | -91/+0 |
| | | | | | | | | These now use waf dist, and the script/librelease.sh script as a wrapper. The mksyms.sh call in the source3/Makefile uses the copy in source3/script Andrew Bartlett | ||||
* | tevent: add script/abi_checks.sh. check for abi changes without gcc magic. | Michael Adam | 2009-09-11 | 1 | -0/+91 |
USAGE: abi_checks.sh LIBRARY_NAME header1 [header2 ...] This creates symbol signature lists using the mksyms and mksigs scripts and compares them with the checked in lists. Michael |