Changeset 3043 for trunk/Makefile.kmk


Ignore:
Timestamp:
Apr 8, 2007, 2:14:22 PM (18 years ago)
Author:
bird
Message:

-> essentials

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    • Property svn:keywords set to Id
    r3040 r3043  
    1 # $Id: $
     1# $Id$
    22## @file
    33#
     
    55# This is not a standard kBuild makefile, the footer is not included.
    66#
    7 # Copyright (c) 2005-2006 knut st. osmundsen <bird@anduin.net>
     7# Copyright (c) 2005-2007 knut st. osmundsen <bird-src-spam@anduin.net>
    88#
    99#
     
    3131include $(PATH_KBUILD)/header.kmk
    3232
    33 ## SUBDIRS                                                                                     
    34 # The subdirectories to traverse.
     33## SUBDIRS
     34# The subdirectories to traverse depth first.
    3535SUBDIRS = \
    3636        baselayout \
     37        libc \
    3738        emx \
    3839        yacc \
    39         coreutils \
    40         flex \
    4140        ash \
    42         diffutils \
    43         ncurses \
    44         texinfo \
    45 
    46 #   libc binutils gcc grep sed ...
     41        binutils \
     42        gcc
    4743
    4844## def_do_subdir
     
    7066#
    7167# A pass
    72 #                       
     68#
    7369all_subdirs: | $(foreach subdir,$(SUBDIRS), subdir_$(subdir)_all)
    74        
     70
    7571.NOTPARALLEL: all_subdirs
    7672
     
    7874#
    7975# The default rule.
    80 #       
     76#
    8177all_recursive: | all_subdirs
    82        
     78
    8379.NOTPARALLEL: all_recursive
    84                                                
     80
Note: See TracChangeset for help on using the changeset viewer.