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