cvs commit: src Makefile.inc1 src/usr.bin/lex Makefile src/share/mk bsd.incs.mk bsd.own.mk

Joerg Sonnenberger joerg at britannica.bec.de
Sun Apr 4 23:12:17 PDT 2004


On Sun, Apr 04, 2004 at 10:30:13PM -0700, Matthew Dillon wrote:
> dillon      2004/04/04 22:30:13 PDT
> 
> DragonFly src repository
> 
>   Modified files:
>     .                    Makefile.inc1 
>     usr.bin/lex          Makefile 
>     share/mk             bsd.incs.mk bsd.own.mk 
>   Log:
>   Fix buildworld.  Document TOOLS_PREFIX and USRDATA_PREFIX, improve INCLUDEDIR
>   documentation.  Modify bsd.incs.mk to not install header files if BOOTSTRAPPING
>   is set (for buildworld), and change lex to install its C++ header file in
>   ${INCLUDEDIR}/c++ instead of ${INCLUDEDIR}/g++.  Set DESTDIR for BMAKEENV,
>   set BOOTSTRAPPING for XMAKE (cross build tools).  Note that DESTDIR is set
>   in the bootstrap-tools: target, this will be removed in a later commit.

Sorry for this, but your's definitely the right solution. I thought about
using ${INCLUDEDIR}/c++, but it's not in the current compilers path. We
should really have two directories for C++, one version depedent and one
shared.

Joerg

>   
>   Revision  Changes    Path
>   1.29      +6 -5      src/Makefile.inc1
>   1.5       +1 -1      src/usr.bin/lex/Makefile
>   1.4       +4 -0      src/share/mk/bsd.incs.mk
>   1.10      +35 -13    src/share/mk/bsd.own.mk
> 
> 
> http://www.dragonflybsd.org/cvsweb/src/Makefile.inc1.diff?r1=1.28&r2=1.29&f=h
> http://www.dragonflybsd.org/cvsweb/src/usr.bin/lex/Makefile.diff?r1=1.4&r2=1.5&f=h
> http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.incs.mk.diff?r1=1.3&r2=1.4&f=h
> http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.own.mk.diff?r1=1.9&r2=1.10&f=h





More information about the Commits mailing list