[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / miniroot

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/miniroot/Makefile between version 1.4 and 1.5

version 1.4, 1996/05/27 12:39:01 version 1.5, 1996/05/27 15:46:41
Line 25  MTREE=  ${.CURDIR}/mtree.conf
Line 25  MTREE=  ${.CURDIR}/mtree.conf
 all: ${CBIN}  all: ${CBIN}
         dd if=/dev/zero of=${IMAGE} count=${IMAGESIZE}          dd if=/dev/zero of=${IMAGE} count=${IMAGESIZE}
         vnconfig -v -c ${VND_DEV} ${IMAGE}          vnconfig -v -c ${VND_DEV} ${IMAGE}
         newfs -m 0 -o space ${NEWFSOPTS} ${VND_RDEV} floppybt          newfs -m 0 -o space ${NEWFSOPTS} ${VND_RDEV} miniroot
         mount ${VND_DEV} ${MOUNT_POINT}          mount ${VND_DEV} ${MOUNT_POINT}
         mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u          mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u
         echo "VERSION=${REV}; export VERSION" > ${MOUNT_POINT}/VERSION          echo "VERSION=${REV}; export VERSION" > ${MOUNT_POINT}/VERSION

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>