diff options
Diffstat (limited to 'config/auto-aux/tryassemble')
-rw-r--r-- | config/auto-aux/tryassemble | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/auto-aux/tryassemble b/config/auto-aux/tryassemble index 7cd5582c8c..06b9b27c82 100644 --- a/config/auto-aux/tryassemble +++ b/config/auto-aux/tryassemble @@ -1,4 +1,18 @@ #!/bin/sh + +######################################################################### +# # +# OCaml # +# # +# Xavier Leroy, projet Cristal, INRIA Rocquencourt # +# # +# Copyright 2012 Institut National de Recherche en Informatique et # +# en Automatique. All rights reserved. This file is distributed # +# under the terms of the GNU Library General Public License, with # +# the special exception on linking described in file ../../LICENSE. # +# # +######################################################################### + if test "$verbose" = yes; then echo "tryassemble: $aspp -o tst $*" >&2 $aspp -o tst $* || exit 100 |