VirtualBox

source: kBuild/trunk/ChangeLog@ 389

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