VirtualBox

source: kBuild/trunk/ChangeLog@ 522

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

kmk_ash wants batch files on windows or the double quotes will get screwed up.

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