[BACK]Return to UPDATING CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/UPDATING between version 1.219 and 1.224

version 1.219, 2011/01/17 18:11:09 version 1.224, 2011/04/10 22:46:09
Line 15  See also: BUILDING, build.sh, Makefile.
Line 15  See also: BUILDING, build.sh, Makefile.
   
 Recent changes:  Recent changes:
 ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
 20110117:  20110410:
         Assembler files on the following platforms no longer use -tradition-cpp:          The configuration of src/tools/gcc has changed. To do an
         - Alpha,          update build you have to clean both tools/binutils and
         - AMD64,          tools/gcc by hand.
         - i386,  
         - SPARC,  20110328:
         - SPARC64.          Building the Xorg binary was moved into a subdirectory to fix
         This can break the build of individual parts of the tree.  This is          ordering issues with "make all". It may be necessary to remove
         handled correctly by build.sh.  Manual builds have to update          the OBJDIR for external/mit/xorg/server/xorg-server/hw/xfree86
         /usr/share/mk and re-run config(1) for any kernel configurations as          if your update build fails, as the "Xorg" entry there is now a
         needed.          directory.
   
   20110121:
           Assembler files no longer use -traditional-cpp.  This can break
           the build of individual parts of the tree.  This is handled
           correctly by build.sh.  Manual builds have to update /usr/share/mk
           and re-run config(1) for any kernel configurations as needed.
   
 20101217:  20101217:
         The tcpdump(8) program was changed to drop privileges and chroot(2)          The tcpdump(8) program was changed to drop privileges and chroot(2)
Line 539  Fix:    Rebuild and install lib/libc
Line 545  Fix:    Rebuild and install lib/libc
   
 Symptom:lint does not understand the '-X' option  Symptom:lint does not understand the '-X' option
 Fix:    May need to build & install libs with NOLINT=1 before rebuilding lint  Fix:    May need to build & install libs with NOLINT=1 before rebuilding lint
   
   Symptom:Update build fails in src/tools/gcc complaining that a variable
           (e.g. CPPFLAGS) has changed since the previous run.
   Fix:    Run "nbmake-${ARCH} clean" in src/tools/gcc or do a clean build.

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.224

CVSweb <webmaster@jp.NetBSD.org>