|
Last change
on this file since 19 was 9, checked in by Mattia Monga, 15 years ago |
|
Minix 3.1.2a
|
-
Property svn:executable
set to
*
|
|
File size:
598 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | set -e
|
|---|
| 3 | export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
|---|
| 4 | export SHELL=/bin/sh
|
|---|
| 5 | cd /usr/src
|
|---|
| 6 | make etcfiles
|
|---|
| 7 | su bin -c 'make world install'
|
|---|
| 8 | cd tools
|
|---|
| 9 | rm revision
|
|---|
| 10 | rm /boot/image/*
|
|---|
| 11 | make install
|
|---|
| 12 | cp /boot/image/* /boot/image_big # Make big image accessible by this name
|
|---|
| 13 | cp ../boot/boot /boot/boot
|
|---|
| 14 | make clean
|
|---|
| 15 | make image_small
|
|---|
| 16 | cp image_small /boot
|
|---|
| 17 | cd /usr/src
|
|---|
| 18 | make clean
|
|---|
| 19 | # Let man find the manpages
|
|---|
| 20 | su bin -c 'makewhatis /usr/man'
|
|---|
| 21 | su bin -c 'makewhatis /usr/gnu/man'
|
|---|
| 22 | su bin -c 'makewhatis /usr/local/man'
|
|---|
| 23 | mv /usr/src/commands /usr/src.commands
|
|---|
| 24 | binsizes normal
|
|---|
| 25 | exit 0
|
|---|
| 26 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.