[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.16 and 1.17

version 1.16, 2001/02/17 16:11:00 version 1.17, 2001/02/18 19:13:58
Line 151  Symptom:Unreasonable compiler errors.
Line 151  Symptom:Unreasonable compiler errors.
 Fix:    Rebuild gnu/usr.bin/egcs  Fix:    Rebuild gnu/usr.bin/egcs
   
 Symptom:Complaints involving a Makefile.  Symptom:Complaints involving a Makefile.
 Fix:    Rebuild usr.bin/make  Fix:    Rebuild usr.bin/make:
           cd usr.bin/make && make && make install
           Or, a failsafe method if that doesn't work:
           cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
   
 Fix:    Make sure .mk files are up to date.  Fix:    Make sure .mk files are up to date.
         cd share/mk && make install          cd share/mk && make install
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>