VirtualBox

source: kBuild/trunk/ChangeLog@ 585

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

BUILD_TYPE defaults to 'release'. BUILD_MODE is the only variant needing lowercasing.

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