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

@ -13,13 +13,13 @@ GETTEXT_KEYWORDS ?= htr ehtr
all: $(GETTEXT_MO)
clean: clean-mo
rm -rf *~ .*.swp
$(RM) -rf *~ .*.swp
install: install_MO
distclean: clean
extract: $(GETTEXT_POT)
clean-mo:
rm -f *.mo *.tmp
$(RM) -f *.mo *.tmp
$(GETTEXT_POT): $(GETTEXT_INPUT_FILES)
xgettext --from-code=utf-8 --package-name $(PROJECT) --package-version $(DIST_VERSION) \
@ -59,7 +59,7 @@ clean: htr-tmp-clean
htr: $(GETTEXT_TMP)
htr-tmp-clean:
rm -f *.htr
$(RM) -f *.htr
define copy_rule
./%.htr.tmp: $(1)/%.php