VirtualBox

source: kBuild/trunk/ChangeLog@ 372

Last change on this file since 372 was 372, 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: 4.9 KB
Line 
1/* $Id: ChangeLog 372 2005-12-18 03:57:36Z bird $ */
2
32005-12-18: bird
4 - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
5 src/gmake/kmkbuiltin.h, src/gmake/variables.c,
6 src/gmake/Makefile.kmk:
7 o Ported all the builtins to windows - now rebuild works again!
8 o Fixed a few error case bugs in the builtins.
9 o Added kmk_install / kmk_builtin_install from BSD.
10
112005-12-13: bird
12 - kBuild/bin/x86.linux/kmk,
13 kBuild/bin/x86.linux/kmk_append,
14 kBuild/bin/x86.linux/kmk_cp,
15 kBuild/bin/x86.linux/kmk_echo,
16 kBuild/bin/x86.linux/kmk_mkdir,
17 kBuild/bin/x86.linux/kmk_rm:
18 o Rebuild with current sources.
19 - src/gmake/Makefile:
20 o Prefixed external tools with kmk_.
21
222005-12-12: bird
23 - kBuild/footer.kmk, kBuild/header.kmk:
24 o Generic pass stuff.
25 o Enabled and weeded out the new target install method.
26 o Added separate install target type.
27 o Added separate installs pass.
28 o Fixed those $$$$(PATH_<target>) problems.
29 o General clean up removing lot's of duplicate stuff.
30 - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
31 kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
32 kBuild/tools/VCC70.kmk:
33 o Adjusted to new parameters for the link rules.
34 o List all output files as targets for the rules.
35 - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
36 o Removed early attempts which isn't used anylonger.
37 - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
38 o Fixed not parallel assertion on targets with no commands.
39
402005-12-11: bird
41 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
42 src/gmake/Makefile.kmk, src/gmake/variables.c:
43 o New command 'append' which appends text to a file, creating the file if necessary.
44 o KMK_BUILTIN is listing the supported commands (used to be "1").
45 - src/gmake/kmkbuiltin/cp_utils.c:
46 o Add O_BINARY to all open calls.
47 - src/gmake/function.c:
48 o Fixed abspath on OS/2.
49 - src/kDepPre/kDepPre.c:
50 o Killed some warnings and made it build on OS/2 and FreeBSD.
51
522005-11-07: bird
53 - kBuild/tools/VCC70.kmk:
54 o Use the new -s option for dependencies.
55 - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
56 o Added new option -s for generating stub dependencies just like -Wp,-MP.
57 - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
58 o Added -Wp,-MP to compile jobs for better dependencies.
59
602005-10-31: bird
61 - kBuild/tools/VCC70.kmk:
62 o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
63 screw up the path casing anywhere.
64 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
65 o Rebuild with latest code.
662005-10-30: bird
67 - kBuild/env.sh:
68 o amd64.
69 o kDepCCxx -> kDepPre. Ash.
70 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
71 o Fix case option - need it on unix for cl.exe with wine.
72
732005-10-29: bird
74 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
75 o Strip drive letters on non-PC OSes.
76
772005-10-28: bird
78 - kBuild/footer.h:
79 o Fixed a couple of defaults so it all works right on amd64.
80 - kBuild/bin/amd64.linux/:
81 o Added binaries. ash is 32-bit!
82
832005-10-14: bird
84 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
85 o Corrected bug in line skipping where two lines would be skipped.
86 o Corrected slashes on win32.
87
882005-10-03: bird
89 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
90 o Fixed stupid stupid bug in the win32 case correcting code.
91 Rebuilt the win32 binary.
92
932005-08-11: bird
94 - kBuild/footer.kmk:
95 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
96
97 - kBuild/tools/VCC70.kmk:
98 o Use $(tolower ) to construct the right .pdb names for cleanup.
99
100 - src/gmake/read.c:
101 o print target name 'target pattern' errors.
102
103 - kBuild/header.kmk:
104 o Use $(abspath ).
105
106 - src/gmake/variable.c:
107 o Added KMK_FEATURES which indicates what's present+working and what's not.
108
109 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
110 o Fixed casing paths on win32.
111
112 - src/gmake/function.c, src/gmake/Makefile.kmk:
113 o Fixed $(abspath ) on Win32 and OS/2.
114 o Added $(tolower ) and $(toupper ).
115
1162005-06-16: bird
117 - ALL:
118 o Bootstrap and ported to FreeBSD 5.x on AMD64.
119
1202005-05-06: bird
121 - ALL:
122 o Working on the build system of the build system. :-)
123 o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
124
125[missing a lot!]
126
1272002-10-15: bird
128 - ALL:
129 o Created a somewhat rought directory structure.
130
131 - src/fastdep:
132 o Imported current sources from ODIN32.
133
134 - src/kmk:
135 o Imported current sources from the freebsd tree.
136
1372002-10-15: ktk
138 - ALL: Create repository.
139
140
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