cvs commit: src Makefile Makefile.inc1

Peter Wemm peter at FreeBSD.org
Sat Nov 6 03:14:26 GMT 2004


peter       2004-11-06 03:14:26 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile Makefile.inc1 
  Log:
  Convert tools/lib32/build.sh into world connectable hooks.  This still
  rates pretty high on the "hack!" scale, but it works for me.  Adding
  -DWANT_LIB32 to the world build command line, or 'WANT_LIB32=yes' to
  /etc/make.conf will include the 32 bit libraries with the build.
  
  I have not made this default behavior.  Cross compiling this stuff is an
  adventure I have not investigated.
  
  This is still a WIP.  We needed this at work so that we could install from
  a readonly obj tree - lib32/build.sh wasn't up to that.
  
  Revision  Changes    Path
  1.310     +2 -1      src/Makefile
  1.451     +93 -0     src/Makefile.inc1


More information about the cvs-src mailing list