VirtualBox

source: kBuild/trunk/ChangeLog@ 525

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

Turn off command dependencies when using vanilla GNU Make.

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