VirtualBox

source: kBuild/trunk/ChangeLog@ 584

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

Cleaned up the -s and -g usage.

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