VirtualBox

source: kBuild/trunk/ChangeLog@ 595

Last change on this file since 595 was 595, checked in by bird, 18 years ago

Fixed bug in the sdk walking in kbuild_collect_source_prop.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 12.2 KB
Line 
1/* $Id: ChangeLog 595 2006-11-25 02:16:39Z bird $ */
2
32006-11-24:
4 - kBuild/footer.kmk:
5 o Fixed some issues with SDKS and linking.
6 - kmk:
7 o Fixed bug in the sdk walking in kbuild_collect_source_prop.
8 o Added --pretty-command-printing for simplifying makefile debugging.
9
102006-11-23:
11 - dist/portage:
12 o Hacked together two ebuilds for the Gentoo Portage.
13 - Config.kmk, Makefile.kmk:
14 o #6: Hacking *nix install build for Gentoo.
15 - src/gmake/Makefile.kmk, src/lib/Makefile:
16 o Always include header.kmk when testing BUILD_TARGET*.
17 - kBuild/header.kmk:
18 o BUILD_TYPE defaults to 'release'.
19 - kBuild/tools/GCC*.kmk:
20 o Cleaned up the -s and -g usage.
21 - kBuild/bin/x86.win32, kBuild/bin/x86.linux:
22 o Rebuilt with current code.
23 - kBuild/footer.kmk:
24 o #3: Clean link output files.
25 - kBuild/header.kmk, kmk:
26 o #6: Did code changes for unix installation. Will do install goals when creating the gentoo ebuild.
27 o #5: Proper versioning. (#5)
28 - kmk:
29 o Support SDK.$(BUILD_TARGET_ARCH) too (only bug).
30 o Fixed a bug when gather SDKs.
31
322006-09-28:
33 - kBuild/header.kmk, kBuild/env.sh, kBuild/tools/GCC4MACH.kmk, kBuild/bin/x86.darwin/, src/gmake, Config.kmk:
34 o Initial Mac OS X / Darwin bootstrapping.
35
362006-09-23:
37 - kBuild/footer.kmk:
38 o Recursive template inheritance.
39 - kBuild/header.kmk, kBuild/footer.kmk:
40 o Removed some checks for features which are present in both gmake 3.81 and kmk.
41 Anyone trying to bootstrap kBuild will have to build gmake 3.81 first.
42 - Config.kmk, src/gmake, src/lib, src/kDepPre, src/kDepIDB:
43 o Allow all kinds of ways of saying Windows in BUILD_TARGET.
44 - kBuild/bin/x86.win32/:
45 o Rebuilt kmk.exe.
46 - kBuild/bin/x86.os2/:
47 o Added kDepPre.exe and kDepIDB.exe.
48 o Rebuilt kmk.exe and kmk_gmake.exe.
49 - src/gmake:
50 o Update KMK_FEATURES to include the optimizations from earlier this week.
51 o Regenerated config.h.os2 and make adjustments to make it all
52 build quietly on OS/2.
53 - kBuild/envos2.cmd:
54 o Environment script (REXX) for OS/2.
55
562006-09-19:
57 - kBuild/bin/x86.win32/:
58 o Rebuilt kmk.exe and kmk_gmake.exe.
59 - src/gmake:
60 o Fixed some optimization bugs in kbuild.c.
61
622006-09-18:
63 - kBuild/gmake:
64 o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work.
65 o Fixed some variable name typos in kbuild.c.
66 o Fixed missing expansion in kbuild_lookup_variable.
67 o A real attempt at fixing the double quoting problem on windows. ash seems to want a
68 space between a double quote enclosing the last argument on the commandline and the
69 double quote enclosing the commandline (the -c argument).
70 o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash.
71
722006-09-17:
73 - kBuild/gmake:
74 o Optimization summary: libc from ~21 seconds -> 7-8 seconds (os2/nt).
75 o Optimized appending new stuff to variables. (major win)
76 o Optimized variable memory value allocation avoiding a bunch of
77 unnecessary copying and allocating.
78 o Added kBuild specific functions for speeding up source processing.
79 o Fixed assertion in w32_fixcase when shell doesn't have a full path
80 and some other case.
81
822006-09-16:
83 - kBuild/header.kmk:
84 o Turn off command dependencies when using vanilla GNU Make.
85 - kBuild/footer.kmk:
86 o Made up my mind about the command depency blocker variables;
87 NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS.
88 - src/gmake:
89 o Added kmk_gmake which is (almost) vanilla GNU Make.
90 o kmk_ash wants batch files on windows or the double quotes will get screwed up.
91 o Make sure kmk_builtin commands don't get batch files and odd weird stuff.
92 o Cleaning up the modifications. Changes are now either configurable
93 or marked, and dead stuff has been removed (dll shell).
94
952006-09-15:
96 - kBuild/bin/x86.win32/kmk.exe:
97 o Built new code.
98 - kBuild/header.kmk:
99 o DIRDEP is now the same on all platforms (fixed with 3.81 merge).
100 - kBuild/bin/x86.linux/kmk:
101 o Built new code on system360.
102 - src/gmake:
103 o Some parallel job fixes.
104 o Regenerated config.h.linux on system360.
105 o Fixed stat("dir/", &st) on windows and some warnings.
106 o Merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).
107
1082006-03-26:
109 - kBuild/bin/x86.os2/:
110 o Rebuilt the OS/2 tools.
111 - src/gmake/variable.c, src/gmake/variable.h, src/gmake/make.h:
112 o Attempt at speeding up performance on OS/2.
113 - src/gmake/kmkbuiltin/rm.c:
114 o OS/2 wants -R.
115 - src/gmake/read.c:
116 o Don't call glob() unless there is a wildcard pattern in the name.
117 This speed things up a bit, at least on FreeBSD and especially on OS/2.
118 - Config.kmk:
119 o Added -pg for profile builds on OS/2.
120
1212006-02-22: bird
122 - kBuild/tools/MINGW32.kmk:
123 o Corrected dependencies to match those generated by GCC3.
124
1252006-02-09: bird
126 - kBuild/tools/YASM.kmk:
127 o Initial config.
128
1292006-01-20: bird
130 - kBuild/footer.kmk, kBuild/header.kmk:
131 o Check for PACKING.$(BUILD_TARGET) as well. Added a quick evaluation
132 of PACKING[.*] in the footer.
133
1342006-01-18: bird
135 - kBuild/footer.kmk, kBuild/header.kmk:
136 o Packing pass change - uses PACKING var instead of packing::.
137 - kBuild/footer.kmk:
138 o Added mode,uid and gid to file INSTALLS.
139 o Implemented template inheritance (_EXTENDS).
140
1412006-01-14: bird
142 - kBuild/env.sh:
143 o Corrected the tool list.
144 - kBuild/bin/x86.linux/:
145 o Rebuild with current tree and static linage. (rhel3)
146 - kBuild/tools/VCC70.kmk:
147 o Enabled new dependcies.
148 o Must use PDB macro to get the case correct on the idb file passed to kDepIDB.
149 - src/lib/kDep.c:
150 o Fixed missing slash fixing
151 o Changed kDepPre error prefix to kDep.
152
1532006-01-12: bird
154 - kBuild/tools/VCC70.kmk:
155 o Use DEP_IDB on win32.
156 - kBuild/header.kmk:
157 o Added DEP_IDB and DEP_IDB_EXT.
158 - kBuild/bin/x86.win32/:
159 o Rebuild with current source, adding kDepIDB.
160 - src/kDepIDB/kDepIDB.c:
161 o Initial coding. (This is a VC++ dependency extractor.)
162 - src/kDepPre/kDepPre.c, src/lib/kDep.h, src/lib/kDep.c, Config.kmk:
163 o Created a library for the dep*() functions.
164 o Removed the IDB hacks from kDepPre.
165
1662006-01-11: bird
167 - kBuild/tools/vcc70.kmk:
168 o Prepared for new IDB based dependencies.s
169 - kBuild/footer.kmk:
170 o Parallel build fixing.
171 - src/gmake/job.c:
172 o Fixed bad parallel bug.
173 - src/gmake/main.c:
174 o Enabled multiple jobs for recursive kmk processes on win32 despite the problems.
175 - src/kDepPre/kDepPre.c:
176 o Added extremely rough support for VC++ IDB files (/FD + /Fd).
177
1782005-12-18: bird
179 - kBuild/*.kmk, kBuild/tools/*.kmk:
180 o Finally I've got around to implement command dependencies.
181 o Use $(INSTALL) instead of $(RM) + $(CP).
182 o More install features.
183 - kBuild/bin/x86.[linux|win32|os2]/:
184 o Rebuilt all the utils.
185 o Renamed all unix utilites so they start with a kmk_ prefix and don't
186 override any local unix utils.
187 - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
188 src/gmake/kmkbuiltin.h, src/gmake/variables.c,
189 src/gmake/Makefile.kmk:
190 o Ported all the builtins to windows - now rebuild works again!
191 o Fixed a few error case bugs in the builtins.
192 o Disabled the -R and -r options for rm and cp.
193 o Added kmk_install / kmk_builtin_install from BSD.
194
1952005-12-13: bird
196 - kBuild/bin/x86.linux/kmk,
197 kBuild/bin/x86.linux/kmk_append,
198 kBuild/bin/x86.linux/kmk_cp,
199 kBuild/bin/x86.linux/kmk_echo,
200 kBuild/bin/x86.linux/kmk_mkdir,
201 kBuild/bin/x86.linux/kmk_rm:
202 o Rebuild with current sources.
203 - src/gmake/Makefile:
204 o Prefixed external tools with kmk_.
205
2062005-12-12: bird
207 - kBuild/footer.kmk, kBuild/header.kmk:
208 o Generic pass stuff.
209 o Enabled and weeded out the new target install method.
210 o Added separate install target type.
211 o Added separate installs pass.
212 o Fixed those $$$$(PATH_<target>) problems.
213 o General clean up removing lot's of duplicate stuff.
214 - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
215 kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
216 kBuild/tools/VCC70.kmk:
217 o Adjusted to new parameters for the link rules.
218 o List all output files as targets for the rules.
219 - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
220 o Removed early attempts which isn't used anylonger.
221 - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
222 o Fixed not parallel assertion on targets with no commands.
223
2242005-12-11: bird
225 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
226 src/gmake/Makefile.kmk, src/gmake/variables.c:
227 o New command 'append' which appends text to a file, creating the file if necessary.
228 o KMK_BUILTIN is listing the supported commands (used to be "1").
229 - src/gmake/kmkbuiltin/cp_utils.c:
230 o Add O_BINARY to all open calls.
231 - src/gmake/function.c:
232 o Fixed abspath on OS/2.
233 - src/kDepPre/kDepPre.c:
234 o Killed some warnings and made it build on OS/2 and FreeBSD.
235
2362005-11-07: bird
237 - kBuild/tools/VCC70.kmk:
238 o Use the new -s option for dependencies.
239 - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
240 o Added new option -s for generating stub dependencies just like -Wp,-MP.
241 - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
242 o Added -Wp,-MP to compile jobs for better dependencies.
243
2442005-10-31: bird
245 - kBuild/tools/VCC70.kmk:
246 o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
247 screw up the path casing anywhere.
248 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
249 o Rebuild with latest code.
2502005-10-30: bird
251 - kBuild/env.sh:
252 o amd64.
253 o kDepCCxx -> kDepPre. Ash.
254 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
255 o Fix case option - need it on unix for cl.exe with wine.
256
2572005-10-29: bird
258 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
259 o Strip drive letters on non-PC OSes.
260
2612005-10-28: bird
262 - kBuild/footer.h:
263 o Fixed a couple of defaults so it all works right on amd64.
264 - kBuild/bin/amd64.linux/:
265 o Added binaries. ash is 32-bit!
266
2672005-10-14: bird
268 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
269 o Corrected bug in line skipping where two lines would be skipped.
270 o Corrected slashes on win32.
271
2722005-10-03: bird
273 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
274 o Fixed stupid stupid bug in the win32 case correcting code.
275 Rebuilt the win32 binary.
276
2772005-08-11: bird
278 - kBuild/footer.kmk:
279 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
280
281 - kBuild/tools/VCC70.kmk:
282 o Use $(tolower ) to construct the right .pdb names for cleanup.
283
284 - src/gmake/read.c:
285 o print target name 'target pattern' errors.
286
287 - kBuild/header.kmk:
288 o Use $(abspath ).
289
290 - src/gmake/variable.c:
291 o Added KMK_FEATURES which indicates what's present+working and what's not.
292
293 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
294 o Fixed casing paths on win32.
295
296 - src/gmake/function.c, src/gmake/Makefile.kmk:
297 o Fixed $(abspath ) on Win32 and OS/2.
298 o Added $(tolower ) and $(toupper ).
299
3002005-06-16: bird
301 - ALL:
302 o Bootstrap and ported to FreeBSD 5.x on AMD64.
303
3042005-05-06: bird
305 - ALL:
306 o Working on the build system of the build system. :-)
307 o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
308
309[missing a lot!]
310
3112002-10-15: bird
312 - ALL:
313 o Created a somewhat rought directory structure.
314
315 - src/fastdep:
316 o Imported current sources from ODIN32.
317
318 - src/kmk:
319 o Imported current sources from the freebsd tree.
320
3212002-10-15: ktk
322 - ALL: Create repository.
323
324
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