diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-10 23:09:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-10 23:09:33 +0000 |
commit | 63fc8a47a723fdc6abafd6c2dc930f578c556e84 (patch) | |
tree | 7292fc6a82f2925b2ee5db0c0b404e9226a01ec0 | |
parent | f36e8e4b5125ccc30ac48304f8688968f643dc7d (diff) |
Set $REV when running runlist.sh
-rw-r--r-- | distrib/alpha/inst-common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/inst-common/Makefile.inc b/distrib/alpha/inst-common/Makefile.inc index 4e52e3081d8..a56d8290de4 100644 --- a/distrib/alpha/inst-common/Makefile.inc +++ b/distrib/alpha/inst-common/Makefile.inc @@ -1,5 +1,5 @@ # -# $OpenBSD: Makefile.inc,v 1.1 1997/05/07 12:46:51 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1997/05/10 23:09:32 millert Exp $ # # TOP is assumed to be defined by Makefile including this one. @@ -22,7 +22,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c do_files: mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ - TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS} + REV=${REV} TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS} clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c |