summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/include/makeinclude/rules.nested.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/include/makeinclude/rules.nested.GNU b/ACE/include/makeinclude/rules.nested.GNU
index 657e02c3f9b..cf7f0c1c4cb 100644
--- a/ACE/include/makeinclude/rules.nested.GNU
+++ b/ACE/include/makeinclude/rules.nested.GNU
@@ -31,11 +31,11 @@ endif
%.subdir: %
ifneq ($(timed),)
- echo -n "START: $< " && date
+ @date=`date`; echo "START: $< $$date"
endif
cd $< && $(MAKE) -f $(SUBDIR_MAKEFILE) $(SUBDIR_TARGET)
ifneq ($(timed),)
- echo -n "FINISH: $< " && date
+ @date=`date`;echo "FINISH: $< $$date"
endif
# Build FOO.nested by calling MAKE again, this time with DIRS (with