From f85258f66405b370e2eebadd4214cc11eddb9571 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 3 Nov 2016 14:44:57 -0400 Subject: Add missing close parens --- ACE/include/makeinclude/rules.nested.GNU | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1