VirtualBox

source: kBuild/trunk/ChangeLog@ 549

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

Regenerated config.h.os2 and make adjustments to make it all build quietly on OS/2.

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