VirtualBox

source: kBuild/trunk/ChangeLog@ 415

Last change on this file since 415 was 415, checked in by bird, 19 years ago
  • kBuild/footer.kmk, kBuild/header.kmk:

o Packing pass change - uses PACKING var instead of packing::.

  • kBuild/footer.kmk:

o Added mode,uid and gid to file INSTALLS.

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