VirtualBox

source: kBuild/trunk/ChangeLog@ 413

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