Blame


1 ac9a078b 2005-01-14 devnull This directory contains scripts that build the standalone
2 ac9a078b 2005-01-14 devnull Unix versions of libutf, libfmt, libbio, libregexp, and mk.
3 ac9a078b 2005-01-14 devnull
4 ac9a078b 2005-01-14 devnull make/
5 ac9a078b 2005-01-14 devnull all the make files, in pieces that are put together for each
6 ac9a078b 2005-01-14 devnull
7 ac9a078b 2005-01-14 devnull man/
8 ac9a078b 2005-01-14 devnull the variants of the man pages updated for the Unix versions
9 ac9a078b 2005-01-14 devnull
10 ac9a078b 2005-01-14 devnull mk new-utf new-fmt new-bio new-regexp new-mk
11 ac9a078b 2005-01-14 devnull create a new directory with the files that go into the given archive
12 ac9a078b 2005-01-14 devnull
13 ac9a078b 2005-01-14 devnull mk test-utf test-fmt test-bio test-regexp test-mk
14 ac9a078b 2005-01-14 devnull create the directory, populate it, and run a test build
15 ac9a078b 2005-01-14 devnull
16 88a87fad 2021-03-24 rsc mk test
17 88a87fad 2021-03-24 rsc run the above tests and then clean up
18 88a87fad 2021-03-24 rsc
19 ac9a078b 2005-01-14 devnull mk libutf.tgz libfmt.tgz libbio.tgz libregexp9.tgz mk.tgz
20 ac9a078b 2005-01-14 devnull create the directory, populate it, and build a tar file
21 ac9a078b 2005-01-14 devnull
22 ac9a078b 2005-01-14 devnull mk mk-with-libs.tgz
23 ac9a078b 2005-01-14 devnull build a tar file containing everything in one package
24 ac9a078b 2005-01-14 devnull
25 ac9a078b 2005-01-14 devnull mk tgz
26 ac9a078b 2005-01-14 devnull build all the tar files
27 ac9a078b 2005-01-14 devnull
28 ac9a078b 2005-01-14 devnull mk push
29 ac9a078b 2005-01-14 devnull copy the tar files to swtch.com
30 ac9a078b 2005-01-14 devnull