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

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

Diff for /src/Makefile.inc between version 1.2 and 1.3

version 1.2, 2000/05/03 00:08:13 version 1.3, 2000/05/06 15:05:15
Line 3 
Line 3 
 .ifndef ABSTOP  .ifndef ABSTOP
 ABSTOP!= cd ${.PARSEDIR}; pwd  ABSTOP!= cd ${.PARSEDIR}; pwd
   
   .if (${.PARSEDIR} == ${.CURDIR})
   RELTOP:= .
   .else
 RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,}  RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,}
   .endif
   
 KERNSRCDIR:=${ABSTOP}/sys  KERNSRCDIR:=${ABSTOP}/sys
   

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

CVSweb <webmaster@jp.NetBSD.org>