comparison src/gcc-gmp.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 f8e5b89bb3e3
children c7285e784532
comparison
equal deleted inserted replaced
3707:12aaa396be7c 3708:d95b8b84cea7
10 $(PKG)_URL = $(gmp_URL) 10 $(PKG)_URL = $(gmp_URL)
11 $(PKG)_URL_2 = $(gmp_URL_2) 11 $(PKG)_URL_2 = $(gmp_URL_2)
12 $(PKG)_DEPS := 12 $(PKG)_DEPS :=
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE
15 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $(gmp_VERSION) 16 echo $(gmp_VERSION)
16 endef 17 endef
17 18
18 define $(PKG)_BUILD 19 define $(PKG)_BUILD
19 mkdir '$(1).build' 20 mkdir '$(1).build'