From b970a1f15ccfa7de3a0821bd8ca22775dd7d481b Mon Sep 17 00:00:00 2001 From: espie <> Date: Fri, 8 Oct 1999 10:51:34 +0000 Subject: [PATCH] Final framework for amiga tools. --- src/etc/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index ca5c7765..728d4c4b 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.101 1999/09/29 21:50:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.102 1999/10/08 10:51:34 espie Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -237,6 +237,14 @@ release: distribution snap_pre snap_md md5 bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz > MD5 -cd ${RELEASEDIR}; \ cksum bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz > CKSUM +.if defined(MACHINE_HAS_TOOLS) + mkdir -p ${RELEASEDIR}/tools + cp ${DESTDIR}/snapshot/tools/* ${RELEASEDIR}/tools + cd ${RELEASEDIR} && md5 tools/* >>MD5 + cd ${RELEASEDIR} && md5 tools/* >>CKSUM +.endif + -cd ${RELEASEDIR} && sort -o MD5 MD5 + -cd ${RELEASEDIR} && sort -o CKSUM CKSUM .endif snapshot: distribution snap_pre snap_tar snap_md