VirtualBox

source: kBuild/trunk/ChangeLog@ 523

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

Added kmk_gmake which is (almost) vanilla GNU Make.

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