diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-09-25 18:27:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-09-25 18:27:12 +0000 |
commit | ab7b5b06c26604d0ffae05205ee2a10e48a49aa8 (patch) | |
tree | 9cda66beb8b5d0377ea64f7d8a6d46e71c97d3c9 /eclass/xemacs-elisp.eclass | |
parent | sparc stable wrt #193233 (diff) | |
download | historical-ab7b5b06c26604d0ffae05205ee2a10e48a49aa8.tar.gz historical-ab7b5b06c26604d0ffae05205ee2a10e48a49aa8.tar.bz2 historical-ab7b5b06c26604d0ffae05205ee2a10e48a49aa8.zip |
Add xemacs-elisp-comp to allow compiling of interdependent elisp
files, needed for octave ebuild patch. Fix documentation. Die
consistently at the same level and document this behavior.
Diffstat (limited to 'eclass/xemacs-elisp.eclass')
-rw-r--r-- | eclass/xemacs-elisp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xemacs-elisp.eclass b/eclass/xemacs-elisp.eclass index bc5d693c2ac7..27a3e515b5ea 100644 --- a/eclass/xemacs-elisp.eclass +++ b/eclass/xemacs-elisp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp.eclass,v 1.1 2007/09/15 07:19:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp.eclass,v 1.2 2007/09/25 18:27:12 graaff Exp $ # # Copyright 2007 Hans de Graaff <graaff@gentoo.org> # @@ -45,7 +45,7 @@ xemacs-elisp_src_unpack() { } xemacs-elisp_src_compile() { - xemacs-elisp-compile *.el || die "Compilation of lisp files failed" + xemacs-elisp-compile *.el } xemacs-elisp_src_install () { |