VirtualBox

source: kBuild/trunk/ChangeLog@ 420

Last change on this file since 420 was 420, checked in by bird, 19 years ago

* empty log message *

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