cvs commit: src Makefile.inc1 src/tools/build Makefile src/tools/build/cross-build Makefile date.sh hostname.sh

Ruslan Ermilov ru at FreeBSD.org
Wed Mar 2 16:40:51 GMT 2005


ru          2005-03-02 16:40:51 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
    tools/build          Makefile 
  Added files:
    tools/build/cross-build Makefile date.sh hostname.sh 
  Log:
  Add hacks that I use to test cross-builds (by building on
  native and foreign architectures and comparing products).
  They eliminate most of the differences caused by different
  object directory paths, timestamping, and identification.
  
  (Note WORLDTMP was renamed to ${OBJTREE}${.CURDIR}/tmp.)
  
  Revision  Changes    Path
  1.488     +2 -2      src/Makefile.inc1
  1.11      +4 -0      src/tools/build/Makefile
  1.1       +7 -0      src/tools/build/cross-build/Makefile (new)
  1.1       +6 -0      src/tools/build/cross-build/date.sh (new)
  1.1       +6 -0      src/tools/build/cross-build/hostname.sh (new)


More information about the cvs-src mailing list