From: Thierry Parmentelat Date: Fri, 11 Aug 2006 12:28:38 +0000 (+0000) Subject: * separates the sections pertaining to each component in the logfile, X-Git-Tag: planetlab-4_0-rc1~64 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=13175beba5ef151f830eba7c744314522536f59f;p=build.git * separates the sections pertaining to each component in the logfile, * together with begin / end dates --- diff --git a/Makefile b/Makefile index 72cb1a79..6bc19333 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id: Makefile,v 1.85 2006/03/08 21:29:25 mlhuang Exp $ +# $Id: Makefile,v 1.86 2006/03/08 21:38:50 mlhuang Exp $ # # Default target @@ -28,7 +28,9 @@ all: $(ALL) # Recurse $(ALL): + @echo -n "XXXXXXXXXXXXXXX -- BEG $@ " ; date $(MAKE) package=$@ + @echo -n "XXXXXXXXXXXXXXX -- END $@ " ; date # Remove files generated by this package $(foreach package,$(ALL),$(package)-clean): %-clean: