Subject: making NetBSD-current
To: None <dsndata!tower.tssi.com!helios!duality.gnu.ai.mit.edu!mycroft>
From: Randy Terbush <sierra!randy@hoss.unl.edu>
List: current-users
Date: 11/12/1993 17:58:00
  >> To ammend the original suggestion:

  >> cd /usr/src/share/mk; make install
  >> cd /usr/src/include; make && make install
  >>    setenv LDSTATIC -static
  >>    setenv NOPIC

I have also found that it is necessary to install /usr/bin/mkdep from
/usr/src/usr.bin/mkdep as the old one supplied with 0.9 will barf.

  >> cd /usr/src/lib/libc; make && make install
  >> cd /usr/src/gnu/lib/libmalloc; make && make install
  >>    cd /usr/src/gnu/usr.bin/gas; make && make install
  >>    cd /usr/src/gnu/usr.bin/ld; make && make install
  >> # You'll probably get some barfage from the above because ld.so won't
  >> # build yet.  Ignore it and install ld anyway.
  >>    cd /usr/src/gnu/usr.bin/gcc; make && make install
  >>    unsetenv NOPIC LDSTATIC
  >>    cd /usr/src/lib ; make && make install
  >>    cd /usr/src/gnu/lib ; make && make install
  >> cd /usr/src/gnu/usr.bin/ld; make && make install
  >>    cd /usr/src; make && make install




------------------------------------------------------------------------------