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