| 1 | /* $Id: ChangeLog 331 2005-10-29 20:41:03Z bird $ */
|
|---|
| 2 |
|
|---|
| 3 | 2005-10-29: bird
|
|---|
| 4 | - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
|
|---|
| 5 | o Strip drive letters on non-PC OSes.
|
|---|
| 6 |
|
|---|
| 7 | 2005-10-28: bird
|
|---|
| 8 | - kBuild/footer.h:
|
|---|
| 9 | o Fixed a couple of defaults so it all works right on amd64.
|
|---|
| 10 | - kBuild/bin/amd64.linux/:
|
|---|
| 11 | o Added binaries. ash is 32-bit!
|
|---|
| 12 |
|
|---|
| 13 | 2005-10-14: bird
|
|---|
| 14 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
|
|---|
| 15 | o Corrected bug in line skipping where two lines would be skipped.
|
|---|
| 16 | o Corrected slashes on win32.
|
|---|
| 17 |
|
|---|
| 18 | 2005-10-03: bird
|
|---|
| 19 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
|
|---|
| 20 | o Fixed stupid stupid bug in the win32 case correcting code.
|
|---|
| 21 | Rebuilt the win32 binary.
|
|---|
| 22 |
|
|---|
| 23 | 2005-08-11: bird
|
|---|
| 24 | - kBuild/footer.kmk:
|
|---|
| 25 | o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
|
|---|
| 26 |
|
|---|
| 27 | - kBuild/tools/VCC70.kmk:
|
|---|
| 28 | o Use $(tolower ) to construct the right .pdb names for cleanup.
|
|---|
| 29 |
|
|---|
| 30 | - src/gmake/read.c:
|
|---|
| 31 | o print target name 'target pattern' errors.
|
|---|
| 32 |
|
|---|
| 33 | - kBuild/header.kmk:
|
|---|
| 34 | o Use $(abspath ).
|
|---|
| 35 |
|
|---|
| 36 | - src/gmake/variable.c:
|
|---|
| 37 | o Added KMK_FEATURES which indicates what's present+working and what's not.
|
|---|
| 38 |
|
|---|
| 39 | - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
|
|---|
| 40 | o Fixed casing paths on win32.
|
|---|
| 41 |
|
|---|
| 42 | - src/gmake/function.c, src/gmake/Makefile.kmk:
|
|---|
| 43 | o Fixed $(abspath ) on Win32 and OS/2.
|
|---|
| 44 | o Added $(tolower ) and $(toupper ).
|
|---|
| 45 |
|
|---|
| 46 | 2005-06-16: bird
|
|---|
| 47 | - ALL:
|
|---|
| 48 | o Bootstrap and ported to FreeBSD 5.x on AMD64.
|
|---|
| 49 |
|
|---|
| 50 | 2005-05-06: bird
|
|---|
| 51 | - ALL:
|
|---|
| 52 | o Working on the build system of the build system. :-)
|
|---|
| 53 | o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
|
|---|
| 54 |
|
|---|
| 55 | [missing a lot!]
|
|---|
| 56 |
|
|---|
| 57 | 2002-10-15: bird
|
|---|
| 58 | - ALL:
|
|---|
| 59 | o Created a somewhat rought directory structure.
|
|---|
| 60 |
|
|---|
| 61 | - src/fastdep:
|
|---|
| 62 | o Imported current sources from ODIN32.
|
|---|
| 63 |
|
|---|
| 64 | - src/kmk:
|
|---|
| 65 | o Imported current sources from the freebsd tree.
|
|---|
| 66 |
|
|---|
| 67 | 2002-10-15: ktk
|
|---|
| 68 | - ALL: Create repository.
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|