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

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

Diff for /xsrc/Makefile between version 1.35 and 1.36

version 1.35, 2002/12/25 22:08:21 version 1.36, 2003/02/04 18:57:34
Line 134  release snapshot: build
Line 134  release snapshot: build
 #  #
 .endif # INSTALL_DONE or BUILD_DONE  .endif # INSTALL_DONE or BUILD_DONE
 #  #
         ${INSTALL} -d -m 755 -o root -g wheel ${RELEASEDIR}/binary/sets          ${INSTALL} -d -m 755 -o root -g wheel ${RELEASEDIR}/${MACHINE}/binary/sets
 .if (${MACHINE} == "amiga") && !(defined(USE_XF86_4) && (${USE_XF86_4} != no))  .if (${MACHINE} == "amiga") && !(defined(USE_XF86_4) && (${USE_XF86_4} != no))
         cd ${XCDIR}/programs/Xserver/hw/netbsd/amiga && \          cd ${XCDIR}/programs/Xserver/hw/netbsd/amiga && \
                 ${INSTALL} -c -m 644 INSTALL.X11 ${RELEASEDIR}                  ${INSTALL} -c -m 644 INSTALL.X11 ${RELEASEDIR}/${MACHINE}
 .endif  .endif
 .if defined(METALOG.add) && !exists(${DESTDIR}/etc)  .if defined(METALOG.add) && !exists(${DESTDIR}/etc)
         cd ${NETBSDSRCDIR}/distrib/sets && \          cd ${NETBSDSRCDIR}/distrib/sets && \
             sh ./maketars -x -d ${DESTDIR:S,^$,/,} -N ${NETBSDSRCDIR}/etc -t ${RELEASEDIR}/binary/sets              sh ./maketars -x -d ${DESTDIR:S,^$,/,} -N ${NETBSDSRCDIR}/etc -t ${RELEASEDIR}/${MACHINE}/binary/sets
 .else  .else
         cd ${NETBSDSRCDIR}/distrib/sets && \          cd ${NETBSDSRCDIR}/distrib/sets && \
             sh ./maketars -x -d ${DESTDIR:S,^$,/,} -t ${RELEASEDIR}/binary/sets              sh ./maketars -x -d ${DESTDIR:S,^$,/,} -t ${RELEASEDIR}/${MACHINE}/binary/sets
 .endif  .endif
         cd ${RELEASEDIR}/binary/sets && \          cd ${RELEASEDIR}/${MACHINE}/binary/sets && \
                 cksum -o 1 *.tgz >BSDSUM && \                  cksum -o 1 *.tgz >BSDSUM && \
                 cksum *.tgz >CKSUM && \                  cksum *.tgz >CKSUM && \
                 cksum -m *.tgz >MD5 && \                  cksum -m *.tgz >MD5 && \

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>