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

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

Diff for /src/distrib/common/Makefile.tarfloppy between version 1.16.12.1 and 1.17

version 1.16.12.1, 2014/08/19 23:45:38 version 1.17, 2014/01/27 08:18:07
Line 54  boot.cfg: ${FLOPPY_BOOT_CFG}
Line 54  boot.cfg: ${FLOPPY_BOOT_CFG}
 CLEANFILES+=    netbsd netbsd.tmp  CLEANFILES+=    netbsd netbsd.tmp
 .if ${FLOPPY_NETBSD:E}=="gz"  .if ${FLOPPY_NETBSD:E}=="gz"
 COPY_CMD=       gunzip -c ${.ALLSRC} > ${.TARGET}.tmp  COPY_CMD=       gunzip -c ${.ALLSRC} > ${.TARGET}.tmp
 COMPRESS_CMD=   ${TOOL_GZIP_N} -9c ${.TARGET}.tmp > ${.TARGET}; \  COMPRESS_CMD=   ${TOOL_GZIP} -9nc ${.TARGET}.tmp > ${.TARGET}; \
                 rm -f ${.TARGET}.tmp                  rm -f ${.TARGET}.tmp
 .else  .else
 COPY_CMD=       cp ${.ALLSRC} ${.TARGET}.tmp  COPY_CMD=       cp ${.ALLSRC} ${.TARGET}.tmp

Legend:
Removed from v.1.16.12.1  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>