[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.19 and 1.23

version 1.19, 2001/02/24 01:05:04 version 1.23, 2001/05/22 17:50:05
Line 8  For a more detailed description see Make
Line 8  For a more detailed description see Make
 Recent changes:  Recent changes:
 ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
   
   20010226:
   
           Added named user/group to system. Need to hand add this in or builds
           will break as mtree aborts early.
   
           To work around add by hand:
   
           named:*:14:
   
           to /etc/group and add:
   
           named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin
   
           to master.passwd (use vipw for instance if doing by hand).
   
           Now a make build should progress.
   
 20010219:  20010219:
         get/setprogname() added. Any hostprog's that may use this will need          get/setprogname() added. Any hostprog's that may use this will need
         to be bootstraped manually until the host system is current.          to be bootstrapped manually until the host system is current.
   
         Known problems: sys/arch/macppc/stand/fixcoff          Known problems: sys/arch/macppc/stand/fixcoff
                         usr.sbin/config (adding -DMAKE_BOOTSTRAP to                          usr.sbin/config (adding -DMAKE_BOOTSTRAP to
                           CFLAGS and rebuilding should work)                            CFLAGS and rebuilding should work)
                           usr.sbin/mdsetimage - Build a static copy if
                             building a snapshot before fully bootstrapped.
   
 20010204:  20010204:
         prepare the code to compile with stricter gcc flags. in          prepare the code to compile with stricter gcc flags. in
Line 24  Recent changes:
Line 43  Recent changes:
 20010114:  20010114:
         introduce .if commands(target) in make(1). You need to          introduce .if commands(target) in make(1). You need to
         bring everything up-to-date first, then without installing          bring everything up-to-date first, then without installing
         anything make and install in /usr/bin/make, then proceed          anything make and install in usr.bin/make, then proceed
         with make build.          with make build.
   
 20010101:  20010101:

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>