$OpenBSD: patch-Makefile,v 1.2 2020/03/08 12:47:36 sthen Exp $

Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -18,12 +18,10 @@ INSTALL_CAD_DIRS = windows doc ${TECH}
 all:	$(ALL_TARGET)
 
 standard:
-	@echo --- errors and warnings logged in file make.log
-	@${MAKE} mains 2>&1 | tee -a make.log | egrep -i "(.c:|Stop.|---)"
+	@${MAKE} mains
 
 tcl:
-	@echo --- errors and warnings logged in file make.log
-	@${MAKE} tcllibrary 2>&1 | tee -a make.log | egrep -i "(.c:|Stop.|---)"
+	@${MAKE} tcllibrary
 
 force: clean all
 
@@ -68,7 +66,7 @@ install: $(INSTALL_TARGET)
 install-magic:
 	@echo --- installing executable to $(DESTDIR)${INSTALL_BINDIR}
 	@echo --- installing runtime files to $(DESTDIR)${INSTALL_LIBDIR}
-	@${MAKE} install-real 2>&1 >> install.log
+	@${MAKE} install-real
 
 install-real: install-dirs
 	for dir in ${INSTALL_CAD_DIRS}; do \
@@ -89,7 +87,7 @@ install-dirs:
 install-tcl:
 	@echo --- installing executable to $(DESTDIR)${INSTALL_BINDIR}
 	@echo --- installing runtime files to $(DESTDIR)${INSTALL_LIBDIR}
-	@${MAKE} install-tcl-real 2>&1 >> install.log
+	@${MAKE} install-tcl-real
 
 install-tcl-real: install-tcl-dirs
 	for dir in ${INSTALL_CAD_DIRS} ${PROGRAMS}; do \
