| author | Damien 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) |
| commit | 4ed0943be1f67302a0ad9d14f848f44aba40a2a0 (patch) (side-by-side diff) | |
| tree | f70dae92dcf0e7d54e68d03b71d06be22e61a181 | |
| parent | 47928bb8852cbfe1be93cf32df08904e1f9b02ce (diff) | |
| download | dolt-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.
| -rw-r--r-- | dolt.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ;; |
