summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2017-01-02 12:01:14 -0500
committerSteve Huston <shuston@riverace.com>2017-01-02 12:31:00 -0500
commit6285964d538e63ccdcffa85fe7f0e8849ddb8e12 (patch)
tree5ff60afdf35f5bf147901c6b78fbbbe843e71981
parent84a8df4c294ac4d74b067dfc8c3ddcacc37ac987 (diff)
downloadATCD-6285964d538e63ccdcffa85fe7f0e8849ddb8e12.tar.gz
Riverace-2053: add logging from cases 2046, 2053
-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 42ec2e4e443..cf7f0c1c4cb 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),)
+ @date=`date`; echo "START: $< $$date"
+endif
cd $< && $(MAKE) -f $(SUBDIR_MAKEFILE) $(SUBDIR_TARGET)
+ifneq ($(timed),)
+ @date=`date`;echo "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