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

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Apr 4 22:31:36 PDT 2004


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.
  
  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