From 855951324b0e38cf18723be5442432b3c0a55389 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 12 Oct 2012 23:53:32 +0000 Subject: [PATCH] ICU-9654 export SILENT_COMPILE for test apps X-SVN-Rev: 32628 --- icu4c/source/config/Makefile.inc.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icu4c/source/config/Makefile.inc.in b/icu4c/source/config/Makefile.inc.in index 7a4496ef3a3..cdc0caf6e33 100644 --- a/icu4c/source/config/Makefile.inc.in +++ b/icu4c/source/config/Makefile.inc.in @@ -1,6 +1,6 @@ ## -*-makefile-*- #****************************************************************************** -# Copyright (C) 1999-2011, International Business Machines +# Copyright (C) 1999-2012, International Business Machines # Corporation and others. All Rights Reserved. #****************************************************************************** # This Makefile.inc is designed to be included into projects which make use @@ -223,6 +223,8 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ INSTALL-L = ${INSTALL_DATA} +# for derivative builds - don't bother with SILENT_COMPILE +SILENT_COMPILE=$(1) ################################################################## ################################################################## -- 2.40.0