Subject: Re: symlinks to kernel includes not made as expected
To: the Riz <riz@boogers.sf.ca.us>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: current-users
Date: 06/15/1998 13:46:40
> Is there something I forgot to do, or was something missed in the recent
> change?   Should I file a PR?

Yah, I screwed up.  (I actually knew that I had to fix that before
committing, but then forgot to do so.  *sigh*)

I'll check in a change Right Now.  A diff which solves the problem is
below.

In general, it's good to file a PR about this kind of thing unless you
have reason to believe that you're going to get an immediate response.
However, since i've now fixed the problem, there's no point in filing
a PR this time.  8-)


Sorry 'bout that!


chris
===================================================================
Index: Makefile
===================================================================
RCS file: /cvsroot/src/sys/arch/Makefile,v
retrieving revision 1.1
diff -c -r1.1 Makefile
*** sys/arch/Makefile	1998/06/12 23:22:31	1.1
--- sys/arch/Makefile	1998/06/15 20:46:48
***************
*** 15,18 ****
--- 15,23 ----
  
  SYMLINKS= ${MACHINE} /usr/include/machine
  
+ SYMLINKS+= machine/float.h /usr/include/float.h \
+ 	machine/frame.h /usr/include/frame.h \
+ 	machine/stdarg.h /usr/include/stdarg.h \
+ 	machine/varargs.h /usr/include/varargs.h
+ 
  .include <bsd.kinc.mk>