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

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

Diff for /src/distrib/vax/Makefile between version 1.9 and 1.10

version 1.9, 2002/02/09 13:56:53 version 1.10, 2002/03/28 02:40:18
Line 9  SUBDIR= ramdisk ramdisk-kernel floppy #i
Line 9  SUBDIR= ramdisk ramdisk-kernel floppy #i
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>
   
 .ifndef RELEASEDIR  
 release:  
         @echo setenv RELEASEDIR first  
         @false  
 .else  
 INSTKERNOBJ != cd ${.CURDIR}/ramdisk-kernel && ${PRINTOBJDIR}  INSTKERNOBJ != cd ${.CURDIR}/ramdisk-kernel && ${PRINTOBJDIR}
 FLOPPYOBJ != cd ${.CURDIR}/floppy && ${PRINTOBJDIR}  FLOPPYOBJ != cd ${.CURDIR}/floppy && ${PRINTOBJDIR}
   
 release:  release: check_RELEASEDIR
         ${IINST} ${DESTDIR}/usr/mdec/boot.mop ${ITARGET}/netboot/          ${IINST} ${DESTDIR}/usr/mdec/boot.mop ${ITARGET}/netboot/
         ${IINST} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/netboot/netbsd.ram.gz          ${IINST} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/netboot/netbsd.ram.gz
         ${IINST} ${FLOPPYOBJ}/boot.fs ${ITARGET}/bootfs/          ${IINST} ${FLOPPYOBJ}/boot.fs ${ITARGET}/bootfs/
 .endif  

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>