VirtualBox

source: kBuild/trunk/ChangeLog@ 423

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