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