VirtualBox

source: kBuild/trunk/ChangeLog@ 373

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