From 818b86d0a7b4ed7559fcb868f680c2c82e8a0a96 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 23 Aug 2015 18:50:33 +0000 Subject: [PATCH] do checkflist like base -- meaning, don't do it automatically. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8a71668be..a269ae239 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2015/07/19 10:44:05 matthieu Exp $ +# $OpenBSD: Makefile,v 1.67 2015/08/23 18:50:33 deraadt Exp $ .include .include @@ -126,8 +126,7 @@ dist-rel: dist: cd distrib/sets && \ - env MACHINE=${MACHINE} ksh ./maketars ${OSrev} ${OSREV} && \ - { env MACHINE=${MACHINE} ksh ./checkflist ${OSREV} || true ; } + env MACHINE=${MACHINE} ksh ./maketars ${OSrev} ${OSREV} checkdist: @cd distrib/sets && \