--- ermyth/Makefile.in 2007/07/23 12:49:08 1.6 +++ ermyth/Makefile.in 2007/07/25 00:03:21 1.7 @@ -4,7 +4,7 @@ # # This file contains build instructions. # -# $Id: Makefile.in,v 1.6 2007/07/23 12:49:08 pippijn Exp $ +# $Id: Makefile.in,v 1.7 2007/07/25 00:03:21 pippijn Exp $ # RM = @RM@ @@ -42,10 +42,12 @@ @touch .depend.stamp build: include/sysconf.h .depend.stamp - @for i in $(SUBDIRS); do \ + @NOW=$$(date +%s); \ + for i in $(SUBDIRS); do \ echo "[$@] ==> $$i"; \ ${MAKE} ${SILENT} -C $$i build || exit; \ - done + done; \ + echo ">>> Built in" $$(expr $$(date +%s) - $$NOW) "seconds" test: .build.stamp @echo "[build] ==> src"