VirtualBox

source: kBuild/trunk/ChangeLog@ 542

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

o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work.

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