comparison src/proj.mk @ 3013:bcc26ffe9a0f

use variable for --host and --build configure arguments
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 12:40:32 -0400
parents 100e618349f7
children b6c7244a2f66
comparison
equal deleted inserted replaced
3012:100e618349f7 3013:bcc26ffe9a0f
16 head -1 16 head -1
17 endef 17 endef
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 cd '$(1)' && ./configure \ 20 cd '$(1)' && ./configure \
21 --host='$(TARGET)' \ 21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
22 $(ENABLE_SHARED_OR_STATIC) \ 22 $(ENABLE_SHARED_OR_STATIC) \
23 --prefix='$(HOST_PREFIX)' \ 23 --prefix='$(HOST_PREFIX)' \
24 --with-mutex 24 --with-mutex
25 $(MAKE) -C '$(1)' -j '$(JOBS)' 25 $(MAKE) -C '$(1)' -j '$(JOBS)'
26 # remove header which is not installed since 4.8.0 26 # remove header which is not installed since 4.8.0