libk  Diff

Differences From Artifact [1a5246e64d]:

To Artifact [4e982ff144]:


    21     21   if test "$1" = "-C"; then
    22     22   	say "precleaning repo"
    23     23   	./clean.sh
    24     24   fi
    25     25   
    26     26   # TODO: make it possible for user to change
    27     27   #       default set with environment vars
    28         -modules=(kcore kmem kstr kio kgraft kfile)
           28  +modules=(kcore kmem kstr kio kgraft kfile kcli)
    29     29   
    30     30   # compose an arch tuple. this is used in
    31     31   # places, mostly to select the correct
    32     32   # version of assembly files for a given
    33     33   # platform (each has an arch tuple in its
    34     34   # name, following the linkage specifier)
    35     35   target=$arch.$os