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