* i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
[official-gcc.git] / texinfo / emacs / elisp-comp
blobeb16b5da1bf88784fcbdaafbdb17412031f5af48
1 #!/bin/sh
2 # $Id: elisp-comp,v 1.1.1.1 1997/08/21 22:57:57 jason Exp $
3 # Trivial script to compile the Elisp files.
4 setpath=${TMPDIR-/tmp}/elc.$$
5 echo "(setq load-path (cons nil load-path))" > $setpath
6 emacs -batch -l $setpath -f batch-byte-compile "$@"
7 rm -f $setpath