VirtualBox

source: kBuild/trunk/ChangeLog@ 418

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