source: trunk/ChangeLog@ 588

Last change on this file since 588 was 588, checked in by bird, 19 years ago

Hacked together two ebuilds for the Gentoo Portage.

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