VirtualBox

source: kBuild/trunk/ChangeLog@ 385

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