plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

README.dot (794B)


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