diff 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
line wrap: on
line diff
--- a/src/gcc-gmp.mk	Wed Sep 03 12:20:08 2014 -0400
+++ b/src/gcc-gmp.mk	Wed Sep 03 19:00:40 2014 -0400
@@ -12,6 +12,7 @@
 $(PKG)_DEPS     :=
 
 define $(PKG)_UPDATE
+    echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
     echo $(gmp_VERSION)
 endef