VirtualBox

source: kBuild/trunk/ChangeLog@ 421

Last change on this file since 421 was 421, checked in by bird, 19 years ago

oops.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.2 KB
Line 
1/* $Id: ChangeLog 421 2006-02-20 16:35:39Z bird $ */
2
32006-02-09: bird
4 - kBuild/tools/YASM.kmk:
5 o Initial config.
6
72006-01-20: bird
8 - kBuild/footer.kmk, kBuild/header.kmk:
9 o Check for PACKING.$(BUILD_TARGET) as well. Added a quick evaluation
10 of PACKING[.*] in the footer.
11
122006-01-18: bird
13 - kBuild/footer.kmk, kBuild/header.kmk:
14 o Packing pass change - uses PACKING var instead of packing::.
15 - kBuild/footer.kmk:
16 o Added mode,uid and gid to file INSTALLS.
17 o Implemented template inheritance (_EXTENDS).
18
192006-01-14: bird
20 - kBuild/env.sh:
21 o Corrected the tool list.
22 - kBuild/bin/x86.linux/:
23 o Rebuild with current tree and static linage. (rhel3)
24 - kBuild/tools/VCC70.kmk:
25 o Enabled new dependcies.
26 o Must use PDB macro to get the case correct on the idb file passed to kDepIDB.
27 - src/lib/kDep.c:
28 o Fixed missing slash fixing
29 o Changed kDepPre error prefix to kDep.
30
312006-01-12: bird
32 - kBuild/tools/VCC70.kmk:
33 o Use DEP_IDB on win32.
34 - kBuild/header.kmk:
35 o Added DEP_IDB and DEP_IDB_EXT.
36 - kBuild/bin/x86.win32/:
37 o Rebuild with current source, adding kDepIDB.
38 - src/kDepIDB/kDepIDB.c:
39 o Initial coding. (This is a VC++ dependency extractor.)
40 - src/kDepPre/kDepPre.c, src/lib/kDep.h, src/lib/kDep.c, Config.kmk:
41 o Created a library for the dep*() functions.
42 o Removed the IDB hacks from kDepPre.
43
442006-01-11: bird
45 - kBuild/tools/vcc70.kmk:
46 o Prepared for new IDB based dependencies.s
47 - kBuild/footer.kmk:
48 o Parallel build fixing.
49 - src/gmake/job.c:
50 o Fixed bad parallel bug.
51 - src/gmake/main.c:
52 o Enabled multiple jobs for recursive kmk processes on win32 despite the problems.
53 - src/kDepPre/kDepPre.c:
54 o Added extremely rough support for VC++ IDB files (/FD + /Fd).
55
562005-12-18: bird
57 - kBuild/*.kmk, kBuild/tools/*.kmk:
58 o Finally I've got around to implement command dependencies.
59 o Use $(INSTALL) instead of $(RM) + $(CP).
60 o More install features.
61 - kBuild/bin/x86.[linux|win32|os2]/:
62 o Rebuilt all the utils.
63 o Renamed all unix utilites so they start with a kmk_ prefix and don't
64 override any local unix utils.
65 - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
66 src/gmake/kmkbuiltin.h, src/gmake/variables.c,
67 src/gmake/Makefile.kmk:
68 o Ported all the builtins to windows - now rebuild works again!
69 o Fixed a few error case bugs in the builtins.
70 o Disabled the -R and -r options for rm and cp.
71 o Added kmk_install / kmk_builtin_install from BSD.
72
732005-12-13: bird
74 - kBuild/bin/x86.linux/kmk,
75 kBuild/bin/x86.linux/kmk_append,
76 kBuild/bin/x86.linux/kmk_cp,
77 kBuild/bin/x86.linux/kmk_echo,
78 kBuild/bin/x86.linux/kmk_mkdir,
79 kBuild/bin/x86.linux/kmk_rm:
80 o Rebuild with current sources.
81 - src/gmake/Makefile:
82 o Prefixed external tools with kmk_.
83
842005-12-12: bird
85 - kBuild/footer.kmk, kBuild/header.kmk:
86 o Generic pass stuff.
87 o Enabled and weeded out the new target install method.
88 o Added separate install target type.
89 o Added separate installs pass.
90 o Fixed those $$$$(PATH_<target>) problems.
91 o General clean up removing lot's of duplicate stuff.
92 - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
93 kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
94 kBuild/tools/VCC70.kmk:
95 o Adjusted to new parameters for the link rules.
96 o List all output files as targets for the rules.
97 - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
98 o Removed early attempts which isn't used anylonger.
99 - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
100 o Fixed not parallel assertion on targets with no commands.
101
1022005-12-11: bird
103 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
104 src/gmake/Makefile.kmk, src/gmake/variables.c:
105 o New command 'append' which appends text to a file, creating the file if necessary.
106 o KMK_BUILTIN is listing the supported commands (used to be "1").
107 - src/gmake/kmkbuiltin/cp_utils.c:
108 o Add O_BINARY to all open calls.
109 - src/gmake/function.c:
110 o Fixed abspath on OS/2.
111 - src/kDepPre/kDepPre.c:
112 o Killed some warnings and made it build on OS/2 and FreeBSD.
113
1142005-11-07: bird
115 - kBuild/tools/VCC70.kmk:
116 o Use the new -s option for dependencies.
117 - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
118 o Added new option -s for generating stub dependencies just like -Wp,-MP.
119 - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
120 o Added -Wp,-MP to compile jobs for better dependencies.
121
1222005-10-31: bird
123 - kBuild/tools/VCC70.kmk:
124 o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
125 screw up the path casing anywhere.
126 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
127 o Rebuild with latest code.
1282005-10-30: bird
129 - kBuild/env.sh:
130 o amd64.
131 o kDepCCxx -> kDepPre. Ash.
132 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
133 o Fix case option - need it on unix for cl.exe with wine.
134
1352005-10-29: bird
136 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
137 o Strip drive letters on non-PC OSes.
138
1392005-10-28: bird
140 - kBuild/footer.h:
141 o Fixed a couple of defaults so it all works right on amd64.
142 - kBuild/bin/amd64.linux/:
143 o Added binaries. ash is 32-bit!
144
1452005-10-14: bird
146 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
147 o Corrected bug in line skipping where two lines would be skipped.
148 o Corrected slashes on win32.
149
1502005-10-03: bird
151 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
152 o Fixed stupid stupid bug in the win32 case correcting code.
153 Rebuilt the win32 binary.
154
1552005-08-11: bird
156 - kBuild/footer.kmk:
157 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
158
159 - kBuild/tools/VCC70.kmk:
160 o Use $(tolower ) to construct the right .pdb names for cleanup.
161
162 - src/gmake/read.c:
163 o print target name 'target pattern' errors.
164
165 - kBuild/header.kmk:
166 o Use $(abspath ).
167
168 - src/gmake/variable.c:
169 o Added KMK_FEATURES which indicates what's present+working and what's not.
170
171 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
172 o Fixed casing paths on win32.
173
174 - src/gmake/function.c, src/gmake/Makefile.kmk:
175 o Fixed $(abspath ) on Win32 and OS/2.
176 o Added $(tolower ) and $(toupper ).
177
1782005-06-16: bird
179 - ALL:
180 o Bootstrap and ported to FreeBSD 5.x on AMD64.
181
1822005-05-06: bird
183 - ALL:
184 o Working on the build system of the build system. :-)
185 o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
186
187[missing a lot!]
188
1892002-10-15: bird
190 - ALL:
191 o Created a somewhat rought directory structure.
192
193 - src/fastdep:
194 o Imported current sources from ODIN32.
195
196 - src/kmk:
197 o Imported current sources from the freebsd tree.
198
1992002-10-15: ktk
200 - ALL: Create repository.
201
202
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette