VirtualBox

source: kBuild/trunk/ChangeLog@ 396

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