(command.CommandList
  children: [
    (C {(KW_Set set)} {(-e)})
    (C {(export)} {(Lit_VarLike 'SHELL=') (/bin/sh)})
    (C {(cd)} {(/usr/src)})
    (C {(make)} {(etcfiles)})
    (C {(su)} {(bin)} {(-c)} {(SQ <'make world install'>)})
    (C {(cd)} {(tools)})
    (C {(rm)} {(revision)})
    (C {(rm)} {(/boot/image/) (Lit_Star '*')})
    (C {(make)} {(install)})
    (C {(cp)} {(/boot/image/) (Lit_Star '*')} {(/boot/image_big)})
    (C {(cp)} {(../boot/boot)} {(/boot/boot)})
    (C {(cd)} {(/usr/src)})
    (C {(make)} {(clean)})
    (C {(su)} {(bin)} {(-c)} {(SQ <'makewhatis /usr/man'>)})
    (C {(su)} {(bin)} {(-c)} {(SQ <'makewhatis /usr/local/man'>)})
    (C {(binsizes)} {(normal)})
  ]
)