VirtualBox

source: kBuild/trunk/ChangeLog@ 397

Last change on this file since 397 was 397, checked in by bird, 19 years ago
  • kBuild/tools/VCC70.kmk:

o Use DEP_IDB on win32.

  • kBuild/header.kmk:

o Added DEP_IDB and DEP_IDB_EXT.

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