From: Steven R. Loomis Date: Fri, 12 Oct 2012 23:53:32 +0000 (+0000) Subject: ICU-9654 export SILENT_COMPILE for test apps X-Git-Tag: milestone-59-0-1~3417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=855951324b0e38cf18723be5442432b3c0a55389;p=icu ICU-9654 export SILENT_COMPILE for test apps X-SVN-Rev: 32628 --- 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) ################################################################## ##################################################################