Changes between Version 11 and Version 12 of BuildLibc


Ignore:
Timestamp:
Jan 22, 2006, 6:31:30 PM (18 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildLibc

    v11 v12  
    2121which will create a directory called trunk and mirror the Netlabs trunk repositry. For other interesting targets see Select Source Tree.
    2222
     23
     24== kBuild ==
     25
    2326If you check out the thunk you will need kBuild. kBuild is not converted to svn yet, so you'll have to dig up a working cvs client.
    2427What to do:
    2528 1. Go to the root dir in the trunk checkout.
    26  1. cvs -d :pserver:guest@cvs.netlabs.org:/netlabs.cvs/kbuild login [[BR]]Password: readonly
     29 1. cvs -d :pserver:guest@cvs.netlabs.org:/netlabs.cvs/kbuild login (password: readonly)
    2730 1. cvs -d :pserver:guest@cvs.netlabs.org:/netlabs.cvs/kbuild co kBuild
     31 1. Now you should have a subdirectory called kBuild in the root of the trunk checkout.
    2832
    2933
     
    3842 1. Latest GNU Make 3.81 beta available at http://www.unixos2.org/sw/pub/binary/make/make-3.81beta3-r2-bin.zip. TODO: Build this with libc-0.6 and find somewhere to put the build.
    3943 1. ....
     44
     45== env.cmd/sh ==
     46
     47 In the trunk there is a environment setup script called env.cmd (on unix it will be called env.sh). You should run this to setup the proper environment for building libc.
     48
     49Note: The current state of the trunk isn't buildable and the env.cmd script is but a draft which only works on my PC.
    4050
    4151