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