[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.25 and 1.34

version 1.25, 2001/07/23 05:49:09 version 1.34, 2001/09/15 13:59:29
Line 8  For a more detailed description see Make
Line 8  For a more detailed description see Make
 Recent changes:  Recent changes:
 ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
   
   20010803:
           grep.info is now built from grep.texi using makeinfo.  Since it
           requires makeinfo v4.0, you need to install new texinfo before
           building gnu/usr.bin/grep.  To install new texinfo, please follow
           the instruction described in 20010726 entry.
   
   20010803:
           (i386 only): i386 kernel now uses new instructions like fxsave which
           old gas doesn't understand.  To build the kernel successfuly, you
           need to build and install new gas (gnu/usr.bin/gas.new).
   
   20010731:
           Bootloader update on ELF platforms.  DDB in kernels from before
           this will be unable to read symbol tables provided by newer
           bootloaders.
   
   20010726:
           Texinfo was updated to 4.0.  To avoid failures when trying to
           build the included texinfo files, do:
   
           cd src/gnu/usr.bin/texinfo
           make MKINFO=no dependall install
   
 20010718:  20010718:
   
         Enabled correct .init/.fini processing in crt0.  The way this          Enabled correct .init/.fini processing in crt0.  The way this
Line 21  Recent changes:
Line 44  Recent changes:
         Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so          Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so
         before starting your build.          before starting your build.
   
   20010628:
   
           A construct was added to uvm_page.h that uncovered a bug
           in lint(1).  If you get a warning/error about a non-portable
           bitfield, update your lint(1) before proceeding.
   
 20010226:  20010226:
   
         Added named user/group to system. Need to hand add this in or builds          Added named user/group to system. Need to hand add this in or builds
Line 185  Critical utilities:
Line 214  Critical utilities:
         usr.bin/xlint          usr.bin/xlint
         usr.sbin/config          usr.sbin/config
   
 Other problems and possibly solutions:  Other problems and possible solutions:
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 Symptom:Unreasonable compiler errors.  Symptom:Unreasonable compiler errors.
 Fix:    Rebuild gnu/usr.bin/egcs  Fix:    Rebuild gnu/usr.bin/egcs

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>