VirtualBox

source: kBuild/trunk/ChangeLog@ 392

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