VirtualBox

source: kBuild/trunk/ChangeLog@ 411

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