comparison hg-octave-dist.mk @ 5953:00a24f9b9cae

hg-octave-dist.mk: Use tools and libraries consistently. Don't mix tools and libraries from build system with MXE. See also https://octave.discourse.group/t/1795
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 17 Nov 2021 10:46:45 +0100
parents 7eebfda7daa1
children
comparison
equal deleted inserted replaced
5952:768e44dcd00c 5953:00a24f9b9cae
24 ## Rather than try to work around those issues, it seems simpler to 24 ## Rather than try to work around those issues, it seems simpler to
25 ## just use the system tools for this job. 25 ## just use the system tools for this job.
26 26
27 HG_OCTAVE_DIST_ENV_FLAGS := \ 27 HG_OCTAVE_DIST_ENV_FLAGS := \
28 PKG_CONFIG_PATH='$(ENV_PKG_CONFIG_PATH)' \ 28 PKG_CONFIG_PATH='$(ENV_PKG_CONFIG_PATH)' \
29 LD_LIBRARY_PATH='$(LD_LIBRARY_PATH)' \ 29 LD_LIBRARY_PATH='$(ENV_LD_LIBRARY_PATH)' \
30 PATH='$(ENV_PATH)' 30 PATH='$(ENV_PATH)'
31 31
32 .PHONY: hg-octave-dist 32 .PHONY: hg-octave-dist
33 hg-octave-dist: $(BUILD_TOOLS) update-hg-octave-repo 33 hg-octave-dist: $(BUILD_TOOLS) update-hg-octave-repo
34 cd octave-hg-repo && \ 34 cd octave-hg-repo && \