VirtualBox

source: kBuild/trunk/ChangeLog@ 503

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

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

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