VirtualBox

source: kBuild/trunk/ChangeLog@ 548

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

Environment script (REXX) for OS/2.

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