[BACK]Return to bsd.klinks.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.klinks.mk between version 1.1 and 1.2

version 1.1, 2007/08/05 21:43:24 version 1.2, 2008/07/29 20:18:25
Line 21  CLEANFILES+= sparc
Line 21  CLEANFILES+= sparc
 CLEANFILES+=    x86  CLEANFILES+=    x86
 .elif ${MACHINE} == "amd64"  .elif ${MACHINE} == "amd64"
 CLEANFILES+=    x86  CLEANFILES+=    x86
   .if !defined(RUMPKERNEL)
 CFLAGS+=        -mcmodel=kernel  CFLAGS+=        -mcmodel=kernel
 .endif  .endif
   .endif
   
 .if defined(XEN_BUILD) || ${MACHINE} == "xen"  .if defined(XEN_BUILD) || ${MACHINE} == "xen"
 CLEANFILES+=    xen xen-ma/machine # xen-ma  CLEANFILES+=    xen xen-ma/machine # xen-ma

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>