better sets checking target
This commit is contained in:
parent
de619bb5fa
commit
9fc4683020
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.63 2014/11/27 11:37:45 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.64 2015/06/18 11:46:16 deraadt Exp $
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
.include <bsd.xconf.mk>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
@ -123,6 +123,9 @@ dist:
|
|||||||
env MACHINE=${MACHINE} ksh ./maketars ${OSrev} ${OSREV} && \
|
env MACHINE=${MACHINE} ksh ./maketars ${OSrev} ${OSREV} && \
|
||||||
{ env MACHINE=${MACHINE} ksh ./checkflist ${OSREV} || true ; }
|
{ env MACHINE=${MACHINE} ksh ./checkflist ${OSREV} || true ; }
|
||||||
|
|
||||||
|
checkdist:
|
||||||
|
cd distrib/sets && \
|
||||||
|
{ env MACHINE=${MACHINE} ksh ./checkflist ${OSREV} || true ; }
|
||||||
|
|
||||||
distrib-dirs:
|
distrib-dirs:
|
||||||
.if defined(DESTDIR) && ${DESTDIR} != ""
|
.if defined(DESTDIR) && ${DESTDIR} != ""
|
||||||
|
Loading…
Reference in New Issue
Block a user