summaryrefslogtreecommitdiffstats
authorDamien Lespiau <damien.lespiau@gmail.com>2009-02-18 13:18:11 (GMT)
committer Damien Lespiau <damien.lespiau@gmail.com>2009-02-18 13:18:11 (GMT)
commit4ed0943be1f67302a0ad9d14f848f44aba40a2a0 (patch) (side-by-side diff)
treef70dae92dcf0e7d54e68d03b71d06be22e61a181
parent47928bb8852cbfe1be93cf32df08904e1f9b02ce (diff)
downloaddolt-shave-dolt.tar.gz
dolt-shave-dolt.tar.bz2
Add support for shaveshave-dolt
shave is a m4 macro and 2 shell scripts to transform the messy ouput of autotools into a pretty Kbuild-like one. To use dolt in conjunction with shave, this one line patch is needed as shave uses the --silent option of libtool.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--dolt.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/dolt.m4 b/dolt.m4
index 8f94582..1109bdb 100644
--- a/dolt.m4
+++ b/dolt.m4
@@ -155,6 +155,7 @@ modeok=false
tagok=false
for arg in "$[]@"; do
case "$arg" in
+ --silent) ;;
--mode=compile) modeok=true ;;
--tag=CC|--tag=CXX) tagok=true ;;
*) args@<:@${#args[@]}@:>@="$arg" ;;