summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2016-11-03 14:44:57 -0400
committerSteve Huston <shuston@riverace.com>2022-03-23 21:41:35 +0000
commitf85258f66405b370e2eebadd4214cc11eddb9571 (patch)
tree50dde8af5cd5892fbc6de44518f49fd7370e1372
parentdbd88e70b186f80a3cd6d4bd84afa57b76d48e4d (diff)
downloadATCD-f85258f66405b370e2eebadd4214cc11eddb9571.tar.gz
Add missing close parens
-rw-r--r--ACE/include/makeinclude/rules.nested.GNU6
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/rules.nested.GNU b/ACE/include/makeinclude/rules.nested.GNU
index 408097db591..4a95d3ea2f2 100644
--- a/ACE/include/makeinclude/rules.nested.GNU
+++ b/ACE/include/makeinclude/rules.nested.GNU
@@ -30,7 +30,13 @@ endif
# Triggered by the $(TARGETS_NESTED) target, below.
%.subdir: %
+ ifneq ($(timed,))
+ echo -n "START: $< " && date
+ endif
cd $< && $(MAKE) -f $(SUBDIR_MAKEFILE) $(SUBDIR_TARGET)
+ ifneq ($(timed,))
+ echo -n "FINISH: $< " && date
+ endif
# Build FOO.nested by calling MAKE again, this time with DIRS (with
# ".subdir" appended to each) as the targets, and passing FOO as the