From e9e58f91a07d63e23c774e3caaf512c33f3b9a16 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Wed, 4 Sep 1991 19:52:54 +0000
Subject: [PATCH] Added "date" before and after compilation.

---
 Build | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Build b/Build
index 4911e63e0..ad68d6a99 100755
--- a/Build
+++ b/Build
@@ -1,8 +1,10 @@
 #!/bin/sh
-# $Id: Build,v 1.4 1991/08/30 07:05:16 ceder Exp $
+# $Id: Build,v 1.5 1991/09/04 19:52:54 ceder Exp $
+date
 make TOPDIR=`pwd` depend \
 && echo '*** Depend ready. Making libraries. ***' \
 && make TOPDIR=`pwd` libraries \
 && echo '*** Libraries ready. Making binaries. ***' \
 && make TOPDIR=`pwd` binaries \
 && echo '*** All binaries built succesfully. Install manually.
+date
-- 
GitLab