VirtualBox

source: kBuild/trunk/ChangeLog@ 387

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