update_stage1.sh 239 B

1234567891011
  1. #!/bin/sh
  2. usrsrc=${USRSRC:-/usr/src}
  3. etcupdate -p
  4. make -C ${usrsrc} installworld && \
  5. etcupdate && \
  6. make -DBATCH_DELETE_OLD_FILES -C ${usrsrc} delete-old && \
  7. echo "reboot to delete old libs"
  8. # make -DBATCH_DELETE_OLD_FILES delete-old