Apply LATEXOPTS to all LaTeX runs.
If the build folder does not have the .aux file created yet a different build rule triggers that was lacking the LATEXOPTS variable, thus not running in nonstopmode. This results in the builds hanging in interactive mode if the sources contain an error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26986 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
27af11af5e
commit
439cddf72c
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ $(PDF_FILE) : %.pdf : $(TEX_FILES) $(MONITOR_FILES) $(GRAPHIC_FILES) $(XFIG_TEX)
|
|||
#
|
||||
|
||||
%.aux %.idx : $(XFIG_TEX)
|
||||
$(LATEX) $*
|
||||
$(LATEX) $(LATEXOPTS) $*
|
||||
|
||||
#
|
||||
# Distill xfig .fig files into .fig.tex and either .fig.pdf or .fig.ps
|
||||
|
|
Loading…
Reference in a new issue