1 | /* $Id: ChangeLog 339 2005-11-07 19:21:04Z bird $ */
|
---|
2 |
|
---|
3 | 2005-11-07: bird
|
---|
4 | - kBuild/tools/VCC70.kmk:
|
---|
5 | o Use the new -s option for dependencies.
|
---|
6 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
7 | o Added new option -s for generating stub dependencies just like -Wp,-MP.
|
---|
8 | - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
|
---|
9 | o Added -Wp,-MP to compile jobs for better dependencies.
|
---|
10 |
|
---|
11 | 2005-10-31: bird
|
---|
12 | - kBuild/tools/VCC70.kmk:
|
---|
13 | o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
|
---|
14 | screw up the path casing anywhere.
|
---|
15 | - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
16 | o Rebuild with latest code.
|
---|
17 | 2005-10-30: bird
|
---|
18 | - kBuild/env.sh:
|
---|
19 | o amd64.
|
---|
20 | o kDepCCxx -> kDepPre. Ash.
|
---|
21 | - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
|
---|
22 | o Fix case option - need it on unix for cl.exe with wine.
|
---|
23 |
|
---|
24 | 2005-10-29: bird
|
---|
25 | - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
|
---|
26 | o Strip drive letters on non-PC OSes.
|
---|
27 |
|
---|
28 | 2005-10-28: bird
|
---|
29 | - kBuild/footer.h:
|
---|
30 | o Fixed a couple of defaults so it all works right on amd64.
|
---|
31 | - kBuild/bin/amd64.linux/:
|
---|
32 | o Added binaries. ash is 32-bit!
|
---|
33 |
|
---|
34 | 2005-10-14: bird
|
---|
35 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
36 | o Corrected bug in line skipping where two lines would be skipped.
|
---|
37 | o Corrected slashes on win32.
|
---|
38 |
|
---|
39 | 2005-10-03: bird
|
---|
40 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
41 | o Fixed stupid stupid bug in the win32 case correcting code.
|
---|
42 | Rebuilt the win32 binary.
|
---|
43 |
|
---|
44 | 2005-08-11: bird
|
---|
45 | - kBuild/footer.kmk:
|
---|
46 | o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
|
---|
47 |
|
---|
48 | - kBuild/tools/VCC70.kmk:
|
---|
49 | o Use $(tolower ) to construct the right .pdb names for cleanup.
|
---|
50 |
|
---|
51 | - src/gmake/read.c:
|
---|
52 | o print target name 'target pattern' errors.
|
---|
53 |
|
---|
54 | - kBuild/header.kmk:
|
---|
55 | o Use $(abspath ).
|
---|
56 |
|
---|
57 | - src/gmake/variable.c:
|
---|
58 | o Added KMK_FEATURES which indicates what's present+working and what's not.
|
---|
59 |
|
---|
60 | - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
|
---|
61 | o Fixed casing paths on win32.
|
---|
62 |
|
---|
63 | - src/gmake/function.c, src/gmake/Makefile.kmk:
|
---|
64 | o Fixed $(abspath ) on Win32 and OS/2.
|
---|
65 | o Added $(tolower ) and $(toupper ).
|
---|
66 |
|
---|
67 | 2005-06-16: bird
|
---|
68 | - ALL:
|
---|
69 | o Bootstrap and ported to FreeBSD 5.x on AMD64.
|
---|
70 |
|
---|
71 | 2005-05-06: bird
|
---|
72 | - ALL:
|
---|
73 | o Working on the build system of the build system. :-)
|
---|
74 | o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
|
---|
75 |
|
---|
76 | [missing a lot!]
|
---|
77 |
|
---|
78 | 2002-10-15: bird
|
---|
79 | - ALL:
|
---|
80 | o Created a somewhat rought directory structure.
|
---|
81 |
|
---|
82 | - src/fastdep:
|
---|
83 | o Imported current sources from ODIN32.
|
---|
84 |
|
---|
85 | - src/kmk:
|
---|
86 | o Imported current sources from the freebsd tree.
|
---|
87 |
|
---|
88 | 2002-10-15: ktk
|
---|
89 | - ALL: Create repository.
|
---|
90 |
|
---|
91 |
|
---|