VirtualBox

source: kBuild/trunk/ChangeLog@ 409

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