aboutsummaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-25 02:54:24 +0000
committerrsc <devnull@localhost>2003-11-25 02:54:24 +0000
commit21a17ff3e947dbf1b6b6e665e1810058bba35d6f (patch)
treeed83208964ce827c7e2a1d64a9bba550fa8ec9e4 /NOTES
parent3765283ccfb8499b588ea12459990ec85e4526a2 (diff)
downloadplan9port-21a17ff3e947dbf1b6b6e665e1810058bba35d6f.tar.gz
plan9port-21a17ff3e947dbf1b6b6e665e1810058bba35d6f.tar.bz2
plan9port-21a17ff3e947dbf1b6b6e665e1810058bba35d6f.zip
Update NOTES, hack on 9term a little.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES12
1 files changed, 3 insertions, 9 deletions
diff --git a/NOTES b/NOTES
index 0b4c241a..cb56921f 100644
--- a/NOTES
+++ b/NOTES
@@ -19,18 +19,12 @@ See below.
* Building
-To build, cd into src and run make install. This will place binaries
-in "bin". At time of writing, the commands are sam, samterm, and mk.
+To build, cd into src and run make; mk install. This will place binaries
+in "bin". At time of writing, the commands are sam, samterm, rc, and mk.
There are a few shell scripts already included in bin -- B, Bwait,
and samsave.
-* Make vs. Mk
-
-I'm trying to use make for everything so that it's easier to get
-off the ground, but this might not work out. Working in the
-intersection of BSD make and GNU make is quite restrictive.
-If I'm going to start requiring a particular build utility,
-it might as well be mk.
+The "make" builds mk. Mk builds the rest.
* Helping out