[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc

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

Diff for /src/lib/libc/Makefile.inc between version 1.4 and 1.5

version 1.4, 2008/10/26 07:42:09 version 1.5, 2010/03/22 01:29:29
Line 52  LINTFLAGS+= -X 272
Line 52  LINTFLAGS+= -X 272
 ARCHDIR=        ${.CURDIR}/arch/${ARCHSUBDIR}  ARCHDIR=        ${.CURDIR}/arch/${ARCHSUBDIR}
 AFLAGS+=        -I${ARCHDIR}  AFLAGS+=        -I${ARCHDIR}
 .if defined(DESTDIR)  .if defined(DESTDIR)
 AFLAGS+=        -nostdinc -idirafter ${DESTDIR}/usr/include  AFLAGS+=        -nostdinc -isystem ${DESTDIR}/usr/include
 .endif  .endif
 CLEANFILES+=    tags  CLEANFILES+=    tags
   

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

CVSweb <webmaster@jp.NetBSD.org>