mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 04:53:57 +01:00
make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
172f7fac01
commit
f5c43f706a
54 changed files with 134 additions and 137 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue