[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] auto-loads.el in Makefile.in
From: |
Ikumi Keita |
Subject: |
Re: [AUCTeX-devel] auto-loads.el in Makefile.in |
Date: |
Mon, 16 May 2005 23:49:53 +0900 |
>>>>> David Kastrup <address@hidden> writes:
> Could it be that the FreeBSD shell interprets a sequence of commands
> separated by ";" and "||" differently? What happens if you write
> SHELL=/usr/bin/bash
> into the top of the Makefile (assuming that /usr/bin/bash exists)?
I installed bash and tried. Unfortunately, it doesn't seem bash
helps. The result was just the same.
--------------------------------------------------------------------
% /usr/local/bin/bash --version
GNU bash, version 3.00.16(1)-release (i386-portbld-freebsd4.11)
Copyright (C) 2004 Free Software Foundation, Inc.
% /usr/local/bin/bash
address@hidden head Makefile
SHELL=/usr/local/bin/bash
# Makefile - for the AUCTeX distribution.
#
# Maintainer: address@hidden
# Version: initial try <address@hidden>
#
prefix = /usr/local$(null)
address@hidden export SHELL=/usr/local/bin/bash
address@hidden make
test Xno != Xno || rm -f auto-loads.el ; /usr/local/bin/emacs -batch -q
-no-site-file -no-init-file -l lpath.el --eval '(let ((generated-autoload-file
(expand-file-name "auto-loads.el"))) (mapcar (function update-file-autoloads)
command-line-args-left) (save-buffers-kill-emacs t))' tex.el tex-buf.el
tex-style.el latex.el tex-info.el texmathp.el multi-prompt.el tex-mik.el
font-latex.el tex-font.el context.el context-en.el context-nl.el tex-fold.el
toolbar-x.el tex-bar.el tex-jp.el; test -r auto-loads.el || echo ";;
Auto-generated part of tex-site.el" > auto-loads.el ; echo "" >>
auto-loads.el ; /usr/local/bin/emacs -batch -q -no-site-file -no-init-file -l
lpath.el --eval '(let ((generated-autoload-file (expand-file-name
"auto-loads.el"))) (mapcar (function update-file-autoloads)
command-line-args-left) (save-buffers-kill-emacs t))' tex.el tex-buf.el
tex-style.el latex.el tex-info.el texmathp.el multi-prompt.el tex-mik.el
font-latex.el tex-font.el context.el context-en.el context-nl.el tex-fold.el
toolbar-x.el tex-bar.el tex-jp.el
Autoloads file /home/keita/scr/auctex/auto-loads.el does not exist
*** Error code 255
Stop in /usr/home/keita/scr/auctex.
address@hidden
--------------------------------------------------------------------
Best regards,
Ikumi Keita
- [AUCTeX-devel] auto-loads.el in Makefile.in, Masayuki Ataka, 2005/05/14
- Re: [AUCTeX-devel] auto-loads.el in Makefile.in, David Kastrup, 2005/05/17
- Re: [AUCTeX-devel] auto-loads.el in Makefile.in, David Kastrup, 2005/05/17
- Re: [AUCTeX-devel] auto-loads.el in Makefile.in,
Ikumi Keita <=
- Re: [AUCTeX-devel] auto-loads.el in Makefile.in, David Kastrup, 2005/05/17
- Re: [AUCTeX-devel] auto-loads.el in Makefile.in, David Kastrup, 2005/05/17
- Re: [AUCTeX-devel] auto-loads.el in Makefile.in, David Kastrup, 2005/05/17