VirtualBox

source: kBuild/trunk/ChangeLog@ 579

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

Clean link output files. fixes #3.

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