Changeset 3043 for trunk/Makefile.kmk
- Timestamp:
- Apr 8, 2007, 2:14:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
-
Property svn:keywords
set to
Id
r3040 r3043 1 # $Id :$1 # $Id$ 2 2 ## @file 3 3 # … … 5 5 # This is not a standard kBuild makefile, the footer is not included. 6 6 # 7 # Copyright (c) 2005-200 6 knut st. osmundsen <bird@anduin.net>7 # Copyright (c) 2005-2007 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 # 9 9 # … … 31 31 include $(PATH_KBUILD)/header.kmk 32 32 33 ## SUBDIRS 34 # The subdirectories to traverse .33 ## SUBDIRS 34 # The subdirectories to traverse depth first. 35 35 SUBDIRS = \ 36 36 baselayout \ 37 libc \ 37 38 emx \ 38 39 yacc \ 39 coreutils \40 flex \41 40 ash \ 42 diffutils \ 43 ncurses \ 44 texinfo \ 45 46 # libc binutils gcc grep sed ... 41 binutils \ 42 gcc 47 43 48 44 ## def_do_subdir … … 70 66 # 71 67 # A pass 72 # 68 # 73 69 all_subdirs: | $(foreach subdir,$(SUBDIRS), subdir_$(subdir)_all) 74 70 75 71 .NOTPARALLEL: all_subdirs 76 72 … … 78 74 # 79 75 # The default rule. 80 # 76 # 81 77 all_recursive: | all_subdirs 82 78 83 79 .NOTPARALLEL: all_recursive 84 80 -
Property svn:keywords
set to
Note:
See TracChangeset
for help on using the changeset viewer.