comparison src/gcc-mpc.mk @ 3708:d95b8b84cea7

enable additional $(PKG)_UPDATE targets.
author John W. Eaton <jwe@octave.org>
date Wed, 03 Sep 2014 19:00:40 -0400
parents d667a65b0f2f
children c7285e784532
comparison
equal deleted inserted replaced
3707:12aaa396be7c 3708:d95b8b84cea7
10 $(PKG)_URL = $(mpc_URL) 10 $(PKG)_URL = $(mpc_URL)
11 $(PKG)_URL_2 = $(mpc_URL_2) 11 $(PKG)_URL_2 = $(mpc_URL_2)
12 $(PKG)_DEPS := gcc-gmp gcc-mpfr 12 $(PKG)_DEPS := gcc-gmp gcc-mpfr
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE
15 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $(mpc_VERSION) 16 echo $(mpc_VERSION)
16 endef 17 endef
17 18
18 define $(PKG)_BUILD 19 define $(PKG)_BUILD
19 mkdir '$(1).build' 20 mkdir '$(1).build'