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
|
|
@ -23,7 +23,7 @@ make_rpm_release: config $(AC_FILES)
|
|||
make_install:
|
||||
if [ -z "$(CONFIG_ACDONE)" ]; then make $@; fi
|
||||
confclean:
|
||||
rm -rf $(DISTCLEAN) $(CLEAN) $(AC_FILES) autom4te.cache
|
||||
$(RM) -rf $(DISTCLEAN) $(CLEAN) $(AC_FILES) autom4te.cache
|
||||
|
||||
configure.ac: configure.ac.tmpl VERSION
|
||||
$(CAT) $< | $(SED) -e "s/_VERSION_/`$(CAT) VERSION | $(SED) 's/-dev//'`/" > $@
|
||||
|
|
@ -48,4 +48,4 @@ $(TOPDIR)/include/%.h: $(TOPDIR)/include/%.h.in config.status
|
|||
touch $@
|
||||
|
||||
acclean:
|
||||
rm -f *.acdone
|
||||
$(RM) -f *.acdone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue