[13] | 1 | /* $Id: ChangeLog 591 2006-11-24 20:22:49Z bird $ */
|
---|
| 2 |
|
---|
[591] | 3 | 2006-11-24:
|
---|
| 4 | - kmk:
|
---|
| 5 | o Added --pretty-command-printing for simplifying makefile debugging.
|
---|
| 6 |
|
---|
[576] | 7 | 2006-11-23:
|
---|
[588] | 8 | - dist/portage:
|
---|
| 9 | o Hacked together two ebuilds for the Gentoo Portage.
|
---|
[587] | 10 | - Config.kmk, Makefile.kmk:
|
---|
| 11 | o #6: Hacking *nix install build for Gentoo.
|
---|
| 12 | - src/gmake/Makefile.kmk, src/lib/Makefile:
|
---|
| 13 | o Always include header.kmk when testing BUILD_TARGET*.
|
---|
[585] | 14 | - kBuild/header.kmk:
|
---|
| 15 | o BUILD_TYPE defaults to 'release'.
|
---|
[584] | 16 | - kBuild/tools/GCC*.kmk:
|
---|
| 17 | o Cleaned up the -s and -g usage.
|
---|
[583] | 18 | - kBuild/bin/x86.win32, kBuild/bin/x86.linux:
|
---|
[580] | 19 | o Rebuilt with current code.
|
---|
[579] | 20 | - kBuild/footer.kmk:
|
---|
| 21 | o #3: Clean link output files.
|
---|
[576] | 22 | - kBuild/header.kmk, kmk:
|
---|
[578] | 23 | o #6: Did code changes for unix installation. Will do install goals when creating the gentoo ebuild.
|
---|
| 24 | o #5: Proper versioning. (#5)
|
---|
[576] | 25 | - kmk:
|
---|
| 26 | o Support SDK.$(BUILD_TARGET_ARCH) too (only bug).
|
---|
| 27 | o Fixed a bug when gather SDKs.
|
---|
| 28 |
|
---|
[557] | 29 | 2006-09-28:
|
---|
| 30 | - kBuild/header.kmk, kBuild/env.sh, kBuild/tools/GCC4MACH.kmk, kBuild/bin/x86.darwin/, src/gmake, Config.kmk:
|
---|
| 31 | o Initial Mac OS X / Darwin bootstrapping.
|
---|
| 32 |
|
---|
[548] | 33 | 2006-09-23:
|
---|
[552] | 34 | - kBuild/footer.kmk:
|
---|
| 35 | o Recursive template inheritance.
|
---|
| 36 | - kBuild/header.kmk, kBuild/footer.kmk:
|
---|
| 37 | o Removed some checks for features which are present in both gmake 3.81 and kmk.
|
---|
| 38 | Anyone trying to bootstrap kBuild will have to build gmake 3.81 first.
|
---|
[553] | 39 | - Config.kmk, src/gmake, src/lib, src/kDepPre, src/kDepIDB:
|
---|
[552] | 40 | o Allow all kinds of ways of saying Windows in BUILD_TARGET.
|
---|
| 41 | - kBuild/bin/x86.win32/:
|
---|
| 42 | o Rebuilt kmk.exe.
|
---|
[550] | 43 | - kBuild/bin/x86.os2/:
|
---|
[552] | 44 | o Added kDepPre.exe and kDepIDB.exe.
|
---|
[550] | 45 | o Rebuilt kmk.exe and kmk_gmake.exe.
|
---|
[549] | 46 | - src/gmake:
|
---|
[552] | 47 | o Update KMK_FEATURES to include the optimizations from earlier this week.
|
---|
[549] | 48 | o Regenerated config.h.os2 and make adjustments to make it all
|
---|
| 49 | build quietly on OS/2.
|
---|
[548] | 50 | - kBuild/envos2.cmd:
|
---|
| 51 | o Environment script (REXX) for OS/2.
|
---|
| 52 |
|
---|
[546] | 53 | 2006-09-19:
|
---|
| 54 | - kBuild/bin/x86.win32/:
|
---|
| 55 | o Rebuilt kmk.exe and kmk_gmake.exe.
|
---|
| 56 | - src/gmake:
|
---|
| 57 | o Fixed some optimization bugs in kbuild.c.
|
---|
| 58 |
|
---|
[535] | 59 | 2006-09-18:
|
---|
| 60 | - kBuild/gmake:
|
---|
[539] | 61 | o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work.
|
---|
| 62 | o Fixed some variable name typos in kbuild.c.
|
---|
[537] | 63 | o Fixed missing expansion in kbuild_lookup_variable.
|
---|
[548] | 64 | o A real attempt at fixing the double quoting problem on windows. ash seems to want a
|
---|
| 65 | space between a double quote enclosing the last argument on the commandline and the
|
---|
[539] | 66 | double quote enclosing the commandline (the -c argument).
|
---|
[535] | 67 | o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash.
|
---|
| 68 |
|
---|
[529] | 69 | 2006-09-17:
|
---|
| 70 | - kBuild/gmake:
|
---|
[533] | 71 | o Optimization summary: libc from ~21 seconds -> 7-8 seconds (os2/nt).
|
---|
| 72 | o Optimized appending new stuff to variables. (major win)
|
---|
| 73 | o Optimized variable memory value allocation avoiding a bunch of
|
---|
| 74 | unnecessary copying and allocating.
|
---|
[530] | 75 | o Added kBuild specific functions for speeding up source processing.
|
---|
[548] | 76 | o Fixed assertion in w32_fixcase when shell doesn't have a full path
|
---|
[529] | 77 | and some other case.
|
---|
| 78 |
|
---|
[520] | 79 | 2006-09-16:
|
---|
[525] | 80 | - kBuild/header.kmk:
|
---|
| 81 | o Turn off command dependencies when using vanilla GNU Make.
|
---|
| 82 | - kBuild/footer.kmk:
|
---|
[548] | 83 | o Made up my mind about the command depency blocker variables;
|
---|
[525] | 84 | NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS.
|
---|
[520] | 85 | - src/gmake:
|
---|
[523] | 86 | o Added kmk_gmake which is (almost) vanilla GNU Make.
|
---|
[522] | 87 | o kmk_ash wants batch files on windows or the double quotes will get screwed up.
|
---|
| 88 | o Make sure kmk_builtin commands don't get batch files and odd weird stuff.
|
---|
[548] | 89 | o Cleaning up the modifications. Changes are now either configurable
|
---|
[520] | 90 | or marked, and dead stuff has been removed (dll shell).
|
---|
| 91 |
|
---|
[503] | 92 | 2006-09-15:
|
---|
[513] | 93 | - kBuild/bin/x86.win32/kmk.exe:
|
---|
| 94 | o Built new code.
|
---|
| 95 | - kBuild/header.kmk:
|
---|
| 96 | o DIRDEP is now the same on all platforms (fixed with 3.81 merge).
|
---|
| 97 | - kBuild/bin/x86.linux/kmk:
|
---|
| 98 | o Built new code on system360.
|
---|
[503] | 99 | - src/gmake:
|
---|
[516] | 100 | o Some parallel job fixes.
|
---|
[513] | 101 | o Regenerated config.h.linux on system360.
|
---|
| 102 | o Fixed stat("dir/", &st) on windows and some warnings.
|
---|
[503] | 103 | o Merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).
|
---|
| 104 |
|
---|
[428] | 105 | 2006-03-26:
|
---|
[433] | 106 | - kBuild/bin/x86.os2/:
|
---|
| 107 | o Rebuilt the OS/2 tools.
|
---|
| 108 | - src/gmake/variable.c, src/gmake/variable.h, src/gmake/make.h:
|
---|
| 109 | o Attempt at speeding up performance on OS/2.
|
---|
[428] | 110 | - src/gmake/kmkbuiltin/rm.c:
|
---|
| 111 | o OS/2 wants -R.
|
---|
| 112 | - src/gmake/read.c:
|
---|
| 113 | o Don't call glob() unless there is a wildcard pattern in the name.
|
---|
| 114 | This speed things up a bit, at least on FreeBSD and especially on OS/2.
|
---|
| 115 | - Config.kmk:
|
---|
| 116 | o Added -pg for profile builds on OS/2.
|
---|
| 117 |
|
---|
[423] | 118 | 2006-02-22: bird
|
---|
| 119 | - kBuild/tools/MINGW32.kmk:
|
---|
| 120 | o Corrected dependencies to match those generated by GCC3.
|
---|
| 121 |
|
---|
[420] | 122 | 2006-02-09: bird
|
---|
| 123 | - kBuild/tools/YASM.kmk:
|
---|
| 124 | o Initial config.
|
---|
| 125 |
|
---|
[421] | 126 | 2006-01-20: bird
|
---|
| 127 | - kBuild/footer.kmk, kBuild/header.kmk:
|
---|
| 128 | o Check for PACKING.$(BUILD_TARGET) as well. Added a quick evaluation
|
---|
| 129 | of PACKING[.*] in the footer.
|
---|
| 130 |
|
---|
[413] | 131 | 2006-01-18: bird
|
---|
[415] | 132 | - kBuild/footer.kmk, kBuild/header.kmk:
|
---|
| 133 | o Packing pass change - uses PACKING var instead of packing::.
|
---|
[413] | 134 | - kBuild/footer.kmk:
|
---|
[415] | 135 | o Added mode,uid and gid to file INSTALLS.
|
---|
[413] | 136 | o Implemented template inheritance (_EXTENDS).
|
---|
| 137 |
|
---|
[409] | 138 | 2006-01-14: bird
|
---|
[411] | 139 | - kBuild/env.sh:
|
---|
| 140 | o Corrected the tool list.
|
---|
[409] | 141 | - kBuild/bin/x86.linux/:
|
---|
| 142 | o Rebuild with current tree and static linage. (rhel3)
|
---|
| 143 | - kBuild/tools/VCC70.kmk:
|
---|
| 144 | o Enabled new dependcies.
|
---|
| 145 | o Must use PDB macro to get the case correct on the idb file passed to kDepIDB.
|
---|
| 146 | - src/lib/kDep.c:
|
---|
| 147 | o Fixed missing slash fixing
|
---|
| 148 | o Changed kDepPre error prefix to kDep.
|
---|
| 149 |
|
---|
[383] | 150 | 2006-01-12: bird
|
---|
[397] | 151 | - kBuild/tools/VCC70.kmk:
|
---|
| 152 | o Use DEP_IDB on win32.
|
---|
| 153 | - kBuild/header.kmk:
|
---|
| 154 | o Added DEP_IDB and DEP_IDB_EXT.
|
---|
[396] | 155 | - kBuild/bin/x86.win32/:
|
---|
| 156 | o Rebuild with current source, adding kDepIDB.
|
---|
[393] | 157 | - src/kDepIDB/kDepIDB.c:
|
---|
| 158 | o Initial coding. (This is a VC++ dependency extractor.)
|
---|
| 159 | - src/kDepPre/kDepPre.c, src/lib/kDep.h, src/lib/kDep.c, Config.kmk:
|
---|
| 160 | o Created a library for the dep*() functions.
|
---|
| 161 | o Removed the IDB hacks from kDepPre.
|
---|
| 162 |
|
---|
| 163 | 2006-01-11: bird
|
---|
[392] | 164 | - kBuild/tools/vcc70.kmk:
|
---|
| 165 | o Prepared for new IDB based dependencies.s
|
---|
[389] | 166 | - kBuild/footer.kmk:
|
---|
| 167 | o Parallel build fixing.
|
---|
[383] | 168 | - src/gmake/job.c:
|
---|
| 169 | o Fixed bad parallel bug.
|
---|
[387] | 170 | - src/gmake/main.c:
|
---|
| 171 | o Enabled multiple jobs for recursive kmk processes on win32 despite the problems.
|
---|
[385] | 172 | - src/kDepPre/kDepPre.c:
|
---|
| 173 | o Added extremely rough support for VC++ IDB files (/FD + /Fd).
|
---|
[383] | 174 |
|
---|
[372] | 175 | 2005-12-18: bird
|
---|
[381] | 176 | - kBuild/*.kmk, kBuild/tools/*.kmk:
|
---|
| 177 | o Finally I've got around to implement command dependencies.
|
---|
| 178 | o Use $(INSTALL) instead of $(RM) + $(CP).
|
---|
| 179 | o More install features.
|
---|
| 180 | - kBuild/bin/x86.[linux|win32|os2]/:
|
---|
| 181 | o Rebuilt all the utils.
|
---|
[413] | 182 | o Renamed all unix utilites so they start with a kmk_ prefix and don't
|
---|
[381] | 183 | override any local unix utils.
|
---|
[372] | 184 | - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
|
---|
| 185 | src/gmake/kmkbuiltin.h, src/gmake/variables.c,
|
---|
| 186 | src/gmake/Makefile.kmk:
|
---|
| 187 | o Ported all the builtins to windows - now rebuild works again!
|
---|
| 188 | o Fixed a few error case bugs in the builtins.
|
---|
[373] | 189 | o Disabled the -R and -r options for rm and cp.
|
---|
[372] | 190 | o Added kmk_install / kmk_builtin_install from BSD.
|
---|
| 191 |
|
---|
[358] | 192 | 2005-12-13: bird
|
---|
| 193 | - kBuild/bin/x86.linux/kmk,
|
---|
| 194 | kBuild/bin/x86.linux/kmk_append,
|
---|
| 195 | kBuild/bin/x86.linux/kmk_cp,
|
---|
| 196 | kBuild/bin/x86.linux/kmk_echo,
|
---|
| 197 | kBuild/bin/x86.linux/kmk_mkdir,
|
---|
| 198 | kBuild/bin/x86.linux/kmk_rm:
|
---|
| 199 | o Rebuild with current sources.
|
---|
| 200 | - src/gmake/Makefile:
|
---|
| 201 | o Prefixed external tools with kmk_.
|
---|
| 202 |
|
---|
[354] | 203 | 2005-12-12: bird
|
---|
| 204 | - kBuild/footer.kmk, kBuild/header.kmk:
|
---|
| 205 | o Generic pass stuff.
|
---|
| 206 | o Enabled and weeded out the new target install method.
|
---|
| 207 | o Added separate install target type.
|
---|
| 208 | o Added separate installs pass.
|
---|
| 209 | o Fixed those $$$$(PATH_<target>) problems.
|
---|
| 210 | o General clean up removing lot's of duplicate stuff.
|
---|
| 211 | - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
|
---|
| 212 | kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
|
---|
| 213 | kBuild/tools/VCC70.kmk:
|
---|
| 214 | o Adjusted to new parameters for the link rules.
|
---|
| 215 | o List all output files as targets for the rules.
|
---|
| 216 | - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
|
---|
| 217 | o Removed early attempts which isn't used anylonger.
|
---|
| 218 | - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
|
---|
| 219 | o Fixed not parallel assertion on targets with no commands.
|
---|
| 220 |
|
---|
[345] | 221 | 2005-12-11: bird
|
---|
[351] | 222 | - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
|
---|
| 223 | src/gmake/Makefile.kmk, src/gmake/variables.c:
|
---|
| 224 | o New command 'append' which appends text to a file, creating the file if necessary.
|
---|
| 225 | o KMK_BUILTIN is listing the supported commands (used to be "1").
|
---|
| 226 | - src/gmake/kmkbuiltin/cp_utils.c:
|
---|
| 227 | o Add O_BINARY to all open calls.
|
---|
| 228 | - src/gmake/function.c:
|
---|
| 229 | o Fixed abspath on OS/2.
|
---|
| 230 | - src/kDepPre/kDepPre.c:
|
---|
| 231 | o Killed some warnings and made it build on OS/2 and FreeBSD.
|
---|
[345] | 232 |
|
---|
[338] | 233 | 2005-11-07: bird
|
---|
[339] | 234 | - kBuild/tools/VCC70.kmk:
|
---|
| 235 | o Use the new -s option for dependencies.
|
---|
[338] | 236 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
| 237 | o Added new option -s for generating stub dependencies just like -Wp,-MP.
|
---|
| 238 | - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
|
---|
| 239 | o Added -Wp,-MP to compile jobs for better dependencies.
|
---|
| 240 |
|
---|
[336] | 241 | 2005-10-31: bird
|
---|
| 242 | - kBuild/tools/VCC70.kmk:
|
---|
| 243 | o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
|
---|
| 244 | screw up the path casing anywhere.
|
---|
[338] | 245 | - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
[336] | 246 | o Rebuild with latest code.
|
---|
[332] | 247 | 2005-10-30: bird
|
---|
[333] | 248 | - kBuild/env.sh:
|
---|
| 249 | o amd64.
|
---|
| 250 | o kDepCCxx -> kDepPre. Ash.
|
---|
[332] | 251 | - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
|
---|
| 252 | o Fix case option - need it on unix for cl.exe with wine.
|
---|
| 253 |
|
---|
[331] | 254 | 2005-10-29: bird
|
---|
| 255 | - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
|
---|
| 256 | o Strip drive letters on non-PC OSes.
|
---|
| 257 |
|
---|
[328] | 258 | 2005-10-28: bird
|
---|
| 259 | - kBuild/footer.h:
|
---|
| 260 | o Fixed a couple of defaults so it all works right on amd64.
|
---|
| 261 | - kBuild/bin/amd64.linux/:
|
---|
| 262 | o Added binaries. ash is 32-bit!
|
---|
| 263 |
|
---|
[327] | 264 | 2005-10-14: bird
|
---|
| 265 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
| 266 | o Corrected bug in line skipping where two lines would be skipped.
|
---|
| 267 | o Corrected slashes on win32.
|
---|
| 268 |
|
---|
[325] | 269 | 2005-10-03: bird
|
---|
| 270 | - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
|
---|
| 271 | o Fixed stupid stupid bug in the win32 case correcting code.
|
---|
| 272 | Rebuilt the win32 binary.
|
---|
| 273 |
|
---|
[305] | 274 | 2005-08-11: bird
|
---|
[317] | 275 | - kBuild/footer.kmk:
|
---|
| 276 | o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
|
---|
| 277 |
|
---|
[314] | 278 | - kBuild/tools/VCC70.kmk:
|
---|
| 279 | o Use $(tolower ) to construct the right .pdb names for cleanup.
|
---|
[317] | 280 |
|
---|
[309] | 281 | - src/gmake/read.c:
|
---|
| 282 | o print target name 'target pattern' errors.
|
---|
[317] | 283 |
|
---|
[307] | 284 | - kBuild/header.kmk:
|
---|
| 285 | o Use $(abspath ).
|
---|
[317] | 286 |
|
---|
[307] | 287 | - src/gmake/variable.c:
|
---|
| 288 | o Added KMK_FEATURES which indicates what's present+working and what's not.
|
---|
| 289 |
|
---|
[305] | 290 | - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
|
---|
| 291 | o Fixed casing paths on win32.
|
---|
[307] | 292 |
|
---|
[312] | 293 | - src/gmake/function.c, src/gmake/Makefile.kmk:
|
---|
[305] | 294 | o Fixed $(abspath ) on Win32 and OS/2.
|
---|
[312] | 295 | o Added $(tolower ) and $(toupper ).
|
---|
[305] | 296 |
|
---|
[299] | 297 | 2005-06-16: bird
|
---|
| 298 | - ALL:
|
---|
| 299 | o Bootstrap and ported to FreeBSD 5.x on AMD64.
|
---|
| 300 |
|
---|
[273] | 301 | 2005-05-06: bird
|
---|
| 302 | - ALL:
|
---|
| 303 | o Working on the build system of the build system. :-)
|
---|
| 304 | o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
|
---|
[13] | 305 |
|
---|
[273] | 306 | [missing a lot!]
|
---|
| 307 |
|
---|
[13] | 308 | 2002-10-15: bird
|
---|
| 309 | - ALL:
|
---|
| 310 | o Created a somewhat rought directory structure.
|
---|
| 311 |
|
---|
| 312 | - src/fastdep:
|
---|
| 313 | o Imported current sources from ODIN32.
|
---|
| 314 |
|
---|
| 315 | - src/kmk:
|
---|
| 316 | o Imported current sources from the freebsd tree.
|
---|
| 317 |
|
---|
| 318 | 2002-10-15: ktk
|
---|
| 319 | - ALL: Create repository.
|
---|
| 320 |
|
---|
| 321 |
|
---|