VirtualBox

source: kBuild/trunk/ChangeLog@ 626

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

Added mv as builtin command.

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