make: Replace some executables by absolute paths to improve performance

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-09-02 19:26:52 +00:00
commit f5c43f706a
54 changed files with 134 additions and 137 deletions

View file

@ -307,7 +307,7 @@ test:
cfgtest: cfgtest.done
#%.clean:
# rm -rf $(OUT).%.zip
# $(RM) -rf $(OUT).%.zip
dirs.done:
mkdir -p $(NEWDIRS)
@ -352,7 +352,7 @@ TEX4HT_FIRST_LATEX_LINE = \
$(HTMLDIR): $(LATEX_INPUT) $(HTML_INPUT)
test $(MAIN) != index
rm -rf $@
$(RM) -rf $@
mkdir -p $@
latex $(TEX4HT_FIRST_LATEX_LINE) $(MAIN)
latex $(TEX4HT_FIRST_LATEX_LINE) $(MAIN)
@ -405,7 +405,7 @@ html_install: $(HTMLDIR)
clean:
@echo "-- cleaning up ..."
rm -rf *.maf *.mtc *.mtc0 *.ptc1 \
$(RM) -rf *.maf *.mtc *.mtc0 *.ptc1 \
*.aux *.toc *.dvi *.pdf *.ps *~ *.log *.done *.rep *.nav *.snm *.tdo \
*.4ct *.4tc *.4of *.4oo *.4os *.4og */*.4og *.css *.html *.idv *.lg *.xref *.odt \
*.lol *.bak *.idx *.ilg *.ind *.out *.brf .\#* \#* *.vrb \