Date: Thu, 5 Jun 1997 11:34:36 +1000 From: Bruce Evans <bde@zeta.org.au> To: jkh@time.cdrom.com, msmith@atrad.adelaide.edu.au Cc: ache@nagual.pp.ru, asami@cs.berkeley.edu, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.include.dist Message-ID: <199706050134.LAA26835@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> Updating your include files, both directly in /usr/include and in its >> subdirectories, is just plain something you should do if you're >> dinking around with sources and building your own kernels and such. I > >OK, so we expect to see a new makefile rule at the top level of the >kernel source tree that will copy all the includes to the relevant >places under /usr/include? No. Putting it at the top level doesn't help at low levels. Otherwise, the standard rules in /usr/src/include/Makefile are sufficient (cd /usr/src/include; make; make install). Isn't this how everyone keeps their include files up to date? :-) Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706050134.LAA26835>