VirtualBox

source: kBuild/trunk/ChangeLog@ 609

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

o Added rmdir as builtin and external command.
o Made mkdir not modify the argument strings.
o Made mkdir deal properly with DOS slashes on OS/2 and Windows.

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