VirtualBox

source: kBuild/trunk/ChangeLog@ 516

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

More parallel build fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.3 KB
Line 
1/* $Id: ChangeLog 516 2006-09-15 09:15:26Z bird $ */
2
32006-09-15:
4 - kBuild/bin/x86.win32/kmk.exe:
5 o Built new code.
6 - kBuild/header.kmk:
7 o DIRDEP is now the same on all platforms (fixed with 3.81 merge).
8 - kBuild/bin/x86.linux/kmk:
9 o Built new code on system360.
10 - src/gmake:
11 o Some parallel job fixes.
12 o Regenerated config.h.linux on system360.
13 o Fixed stat("dir/", &st) on windows and some warnings.
14 o Merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).
15
162006-03-26:
17 - kBuild/bin/x86.os2/:
18 o Rebuilt the OS/2 tools.
19 - src/gmake/variable.c, src/gmake/variable.h, src/gmake/make.h:
20 o Attempt at speeding up performance on OS/2.
21 - src/gmake/kmkbuiltin/rm.c:
22 o OS/2 wants -R.
23 - src/gmake/read.c:
24 o Don't call glob() unless there is a wildcard pattern in the name.
25 This speed things up a bit, at least on FreeBSD and especially on OS/2.
26 - Config.kmk:
27 o Added -pg for profile builds on OS/2.
28
292006-02-22: bird
30 - kBuild/tools/MINGW32.kmk:
31 o Corrected dependencies to match those generated by GCC3.
32
332006-02-09: bird
34 - kBuild/tools/YASM.kmk:
35 o Initial config.
36
372006-01-20: bird
38 - kBuild/footer.kmk, kBuild/header.kmk:
39 o Check for PACKING.$(BUILD_TARGET) as well. Added a quick evaluation
40 of PACKING[.*] in the footer.
41
422006-01-18: bird
43 - kBuild/footer.kmk, kBuild/header.kmk:
44 o Packing pass change - uses PACKING var instead of packing::.
45 - kBuild/footer.kmk:
46 o Added mode,uid and gid to file INSTALLS.
47 o Implemented template inheritance (_EXTENDS).
48
492006-01-14: bird
50 - kBuild/env.sh:
51 o Corrected the tool list.
52 - kBuild/bin/x86.linux/:
53 o Rebuild with current tree and static linage. (rhel3)
54 - kBuild/tools/VCC70.kmk:
55 o Enabled new dependcies.
56 o Must use PDB macro to get the case correct on the idb file passed to kDepIDB.
57 - src/lib/kDep.c:
58 o Fixed missing slash fixing
59 o Changed kDepPre error prefix to kDep.
60
612006-01-12: bird
62 - kBuild/tools/VCC70.kmk:
63 o Use DEP_IDB on win32.
64 - kBuild/header.kmk:
65 o Added DEP_IDB and DEP_IDB_EXT.
66 - kBuild/bin/x86.win32/:
67 o Rebuild with current source, adding kDepIDB.
68 - src/kDepIDB/kDepIDB.c:
69 o Initial coding. (This is a VC++ dependency extractor.)
70 - src/kDepPre/kDepPre.c, src/lib/kDep.h, src/lib/kDep.c, Config.kmk:
71 o Created a library for the dep*() functions.
72 o Removed the IDB hacks from kDepPre.
73
742006-01-11: bird
75 - kBuild/tools/vcc70.kmk:
76 o Prepared for new IDB based dependencies.s
77 - kBuild/footer.kmk:
78 o Parallel build fixing.
79 - src/gmake/job.c:
80 o Fixed bad parallel bug.
81 - src/gmake/main.c:
82 o Enabled multiple jobs for recursive kmk processes on win32 despite the problems.
83 - src/kDepPre/kDepPre.c:
84 o Added extremely rough support for VC++ IDB files (/FD + /Fd).
85
862005-12-18: bird
87 - kBuild/*.kmk, kBuild/tools/*.kmk:
88 o Finally I've got around to implement command dependencies.
89 o Use $(INSTALL) instead of $(RM) + $(CP).
90 o More install features.
91 - kBuild/bin/x86.[linux|win32|os2]/:
92 o Rebuilt all the utils.
93 o Renamed all unix utilites so they start with a kmk_ prefix and don't
94 override any local unix utils.
95 - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
96 src/gmake/kmkbuiltin.h, src/gmake/variables.c,
97 src/gmake/Makefile.kmk:
98 o Ported all the builtins to windows - now rebuild works again!
99 o Fixed a few error case bugs in the builtins.
100 o Disabled the -R and -r options for rm and cp.
101 o Added kmk_install / kmk_builtin_install from BSD.
102
1032005-12-13: bird
104 - kBuild/bin/x86.linux/kmk,
105 kBuild/bin/x86.linux/kmk_append,
106 kBuild/bin/x86.linux/kmk_cp,
107 kBuild/bin/x86.linux/kmk_echo,
108 kBuild/bin/x86.linux/kmk_mkdir,
109 kBuild/bin/x86.linux/kmk_rm:
110 o Rebuild with current sources.
111 - src/gmake/Makefile:
112 o Prefixed external tools with kmk_.
113
1142005-12-12: bird
115 - kBuild/footer.kmk, kBuild/header.kmk:
116 o Generic pass stuff.
117 o Enabled and weeded out the new target install method.
118 o Added separate install target type.
119 o Added separate installs pass.
120 o Fixed those $$$$(PATH_<target>) problems.
121 o General clean up removing lot's of duplicate stuff.
122 - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
123 kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
124 kBuild/tools/VCC70.kmk:
125 o Adjusted to new parameters for the link rules.
126 o List all output files as targets for the rules.
127 - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
128 o Removed early attempts which isn't used anylonger.
129 - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
130 o Fixed not parallel assertion on targets with no commands.
131
1322005-12-11: bird
133 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
134 src/gmake/Makefile.kmk, src/gmake/variables.c:
135 o New command 'append' which appends text to a file, creating the file if necessary.
136 o KMK_BUILTIN is listing the supported commands (used to be "1").
137 - src/gmake/kmkbuiltin/cp_utils.c:
138 o Add O_BINARY to all open calls.
139 - src/gmake/function.c:
140 o Fixed abspath on OS/2.
141 - src/kDepPre/kDepPre.c:
142 o Killed some warnings and made it build on OS/2 and FreeBSD.
143
1442005-11-07: bird
145 - kBuild/tools/VCC70.kmk:
146 o Use the new -s option for dependencies.
147 - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
148 o Added new option -s for generating stub dependencies just like -Wp,-MP.
149 - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
150 o Added -Wp,-MP to compile jobs for better dependencies.
151
1522005-10-31: bird
153 - kBuild/tools/VCC70.kmk:
154 o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
155 screw up the path casing anywhere.
156 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
157 o Rebuild with latest code.
1582005-10-30: bird
159 - kBuild/env.sh:
160 o amd64.
161 o kDepCCxx -> kDepPre. Ash.
162 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
163 o Fix case option - need it on unix for cl.exe with wine.
164
1652005-10-29: bird
166 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
167 o Strip drive letters on non-PC OSes.
168
1692005-10-28: bird
170 - kBuild/footer.h:
171 o Fixed a couple of defaults so it all works right on amd64.
172 - kBuild/bin/amd64.linux/:
173 o Added binaries. ash is 32-bit!
174
1752005-10-14: bird
176 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
177 o Corrected bug in line skipping where two lines would be skipped.
178 o Corrected slashes on win32.
179
1802005-10-03: bird
181 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
182 o Fixed stupid stupid bug in the win32 case correcting code.
183 Rebuilt the win32 binary.
184
1852005-08-11: bird
186 - kBuild/footer.kmk:
187 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
188
189 - kBuild/tools/VCC70.kmk:
190 o Use $(tolower ) to construct the right .pdb names for cleanup.
191
192 - src/gmake/read.c:
193 o print target name 'target pattern' errors.
194
195 - kBuild/header.kmk:
196 o Use $(abspath ).
197
198 - src/gmake/variable.c:
199 o Added KMK_FEATURES which indicates what's present+working and what's not.
200
201 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
202 o Fixed casing paths on win32.
203
204 - src/gmake/function.c, src/gmake/Makefile.kmk:
205 o Fixed $(abspath ) on Win32 and OS/2.
206 o Added $(tolower ) and $(toupper ).
207
2082005-06-16: bird
209 - ALL:
210 o Bootstrap and ported to FreeBSD 5.x on AMD64.
211
2122005-05-06: bird
213 - ALL:
214 o Working on the build system of the build system. :-)
215 o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
216
217[missing a lot!]
218
2192002-10-15: bird
220 - ALL:
221 o Created a somewhat rought directory structure.
222
223 - src/fastdep:
224 o Imported current sources from ODIN32.
225
226 - src/kmk:
227 o Imported current sources from the freebsd tree.
228
2292002-10-15: ktk
230 - ALL: Create repository.
231
232
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