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