comparison src/qrupdate.mk @ 3012:100e618349f7

Improve handling of prefix directories by defining HOST_PREFIX and BUILD_TOOLS_PREFIX variables in top-level Makefile.
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 10:31:04 -0400
parents 446aa596bb99
children bcc26ffe9a0f
comparison
equal deleted inserted replaced
3011:75e142c0004b 3012:100e618349f7
20 cd '$(1)' && autoreconf -W none 20 cd '$(1)' && autoreconf -W none
21 chmod a+rx '$(1)/configure' 21 chmod a+rx '$(1)/configure'
22 cd '$(1)/.build' && '$(1)/configure' \ 22 cd '$(1)/.build' && '$(1)/configure' \
23 --host='$(TARGET)' \ 23 --host='$(TARGET)' \
24 --build="`config.guess`" \ 24 --build="`config.guess`" \
25 --prefix='$(PREFIX)/$(TARGET)' 25 --prefix='$(HOST_PREFIX)'
26 26
27 $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install 27 $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install
28 endef 28 endef