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

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

Diff for /src/distrib/arc/Makefile between version 1.3 and 1.4

version 1.3, 2007/03/06 21:56:54 version 1.4, 2008/02/02 09:07:09
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
   
   .include <bsd.own.mk>
   .include ""${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
   
   BOOT=   ${DESTDIR}/usr/mdec/boot
   
 SUBDIR=         ramdisk .WAIT instkernel .WAIT cdroms  SUBDIR=         ramdisk .WAIT instkernel .WAIT cdroms
 TARGETS+=       release  TARGETS+=       release
   
   release: check_RELEASEDIR .WAIT ${BOOT}
           ${RELEASE_INSTALL} ${BOOT} ${RELEASEDIR}/${MACHINE}/installation
   
 iso_image:  iso_image:
         ${MAKEDIRTARGET} cdroms iso_image          ${MAKEDIRTARGET} cdroms iso_image
   

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

CVSweb <webmaster@jp.NetBSD.org>