Changeset 3293 for trunk


Ignore:
Timestamp:
May 6, 2007, 1:18:36 AM (18 years ago)
Author:
bird
Message:

Some bootstrapping order changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r3109 r3293  
    3333## SUBDIRS
    3434# The subdirectories to traverse depth first.
     35# (This is bootstrap order.)
    3536SUBDIRS = \
    3637        baselayout \
     38        essentials/sys-apps/gawk \
     39        essentials/sys-apps/diffutils \
    3740        libc \
    3841        emx \
    3942        yacc \
     43        essentials/sys-apps/coreutils \
     44        essentials/sys-apps/sed \
     45        essentials/sys-apps/flex \
    4046        ash \
    41         binutils \
    42         gcc
     47        essentials
     48
     49## @todo
     50#       binutils \
     51#       gcc \
    4352
    4453## def_do_subdir
Note: See TracChangeset for help on using the changeset viewer.