source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @672   19 years bird KMK_REVISION experiment
(edit) @671   19 years bird fixed typo.
(edit) @670   19 years bird Lib/x86 not Lib.
(edit) @669   19 years bird bugfix.
(edit) @668   19 years bird VCC80 for $(BUILD_TARGET).
(edit) @667   19 years bird cleanup. PATH_DEV* -> PATH_DEVTOOLS*.
(edit) @666   19 years bird added an untested zip/unzip tool.
(edit) @665   19 years bird svn:keyword=Id
(edit) @664   19 years bird Two types of SDKs, BUILD_TARGET and target specific. The latter is for …
(edit) @663   19 years bird obsolete, incorrect.
(edit) @662   19 years bird Global properties should not be taken from the environment (LIBPATH …
(edit) @661   19 years bird didn't quite work. quick hack. References #11.
(edit) @660   19 years bird Target properties has precedence over template properties. Grouped …
(edit) @659   19 years bird fixed problem with template stuff being expanded during the inherance …
(edit) @658   19 years bird dropped debug statement.
(edit) @657   19 years bird win32/win confusion. ?= -> :=
(edit) @656   19 years bird We have our own crt, thank you very much.
(edit) @655   19 years bird use ?= everywhere.
(edit) @654   19 years bird Rebuilt with current code.
(edit) @653   19 years bird x86.win32 -> x86.win32. forgot to add kmk_rmdir it seems.
(edit) @652   19 years bird protection for windows hosts.
(edit) @651   19 years bird Rebuild and cleaned out dlls that mv and sed required.
(edit) @650   19 years bird PATH_DEV -> PATH_DEV_BLD w/ compatability hack.
(edit) @649   19 years bird RCINCS.
(edit) @648   19 years bird nicked commandline -> argv parser from kLIBC so kmk_sed can grok …
(edit) @647   19 years bird long since dead. (this was part of the BSD make attempt 3-4 years back)
(edit) @646   19 years bird Fixed bugs dealing with the order SDK properties was applied to sources.
(edit) @645   19 years bird Fixed bugs dealing with the order SDK properties was applied to sources.
(edit) @644   19 years bird Fixed bugs dealing with the order SDK properties was applied to sources.
(edit) @643   19 years bird Don't delete object files we find in _SOURCES.*. Fixes #7.
(edit) @642   19 years bird link emits correctly cased .pdbs.
(edit) @641   19 years bird Resource file compilation.
(edit) @640   19 years bird prototype of tools/source fetching.
(edit) @639   19 years bird make it link.
(edit) @638   19 years bird syntax tables for MSC.
(edit) @637   19 years bird Path != PATH. stupid stupid windows idiots.
(edit) @636   19 years bird stubbed everything.
(edit) @635   19 years bird More hacking. Found SDK/TOOL bug.
(edit) @634   19 years bird More hacking. Found SDK/TOOL bug.
(edit) @633   19 years bird More hacking.
(edit) @632   19 years bird MSC hacking.
(edit) @631   19 years bird Checked in the generated source code.
(edit) @630   19 years bird Made it build on linux.
(edit) @629   19 years bird porting in progress.
(edit) @628   19 years bird eol style (left over)
(edit) @627   19 years bird rename isn't destructive in MSC.
(edit) @626   19 years bird Current libc code (based on NetBSD sh 2005-07-03).
(edit) @625   19 years bird fucked up eols
(edit) @624   19 years bird in progress.
(edit) @623   19 years bird svn:eol-type=lf
(edit) @622   19 years bird Current libc code (based on NetBSD sh 2005-07-03).
(edit) @621   19 years bird Ported the new fst code to MSC.
(edit) @620   19 years bird NetBSD: /fts.h/1.12/Thu Feb 3 04:39:32 2005
(edit) @619   19 years bird NetBSD: /fts13.c/1.44/Wed Jan 19 00:59:48 2005
(edit) @618   19 years bird Ported the new strmode to MSC.
(edit) @617   19 years bird NetBSD: /strmode.c/1.16/Sun Jun 20 22:20:15 2004
(edit) @616   19 years bird Ported the new setmode to MSC.
(edit) @615   19 years bird NetBSD: /setmode.c/1.30/Thu Aug 7 16:42:56 2003
(edit) @614   19 years bird user_from_uid/group_from_gid is BSD stuff.
(edit) @613   19 years bird Added mv as builtin command.
(edit) @612   19 years bird /mv.c/1.46/Sat Nov 12 22:16:47 2005
(edit) @611   19 years bird Added cat as builtin command.
(edit) @610   19 years bird Added GNU sed version 4.1.5 and ported it to MSC.
(edit) @609   19 years bird /cat.c/1.32/Mon Jan 10 08:39:20 2005
(edit) @608   19 years bird blasted redmon guys!
(edit) @607   19 years bird add kBuild version.
(edit) @606   19 years bird Made sed build using MSC.
(edit) @605   19 years bird Build on linux.
(edit) @604   19 years bird string.h conflict, use the string.h code.
(edit) @603   19 years bird typo.
(edit) @602   19 years bird GNU sed 4.1.5
(edit) @601   19 years bird o Added rmdir as builtin and external command. o …
(edit) @598   19 years bird /rmdir.1/1.14/Mon Jul 4 14:55:25 2005
(edit) @597   19 years bird rebuilt
(edit) @596   19 years bird rebuild
(edit) @595   19 years bird Fixed bug in the sdk walking in kbuild_collect_source_prop.
(edit) @594   19 years bird Fixed a template inheritance bug.
(edit) @593   19 years bird
(edit) @592   19 years bird Fixed some issues with SDKSs and linking.
(edit) @591   19 years bird Added --pretty-command-printing for simplifying makefile debugging.
(edit) @590   19 years bird shared -> share (typo)
(edit) @589   19 years bird strip fix.
(edit) @588   19 years bird Hacked together two ebuilds for the Gentoo Portage.
(edit) @587   19 years bird Hacking *nix install build for Gentoo.
(edit) @586   19 years bird header + footer - rules only won't do if BUILD_TARGET* is tested for.
(edit) @585   19 years bird BUILD_TYPE defaults to 'release'. BUILD_MODE is the only variant …
(edit) @584   19 years bird Cleaned up the -s and -g usage.
(edit) @583   19 years bird Rebuilt with current code.
(edit) @582   19 years bird fixed an incorrect double $ that caused me to embark on a bughunt for …
(edit) @581   19 years bird use comp-vars
(edit) @580   19 years bird rebuild win32 tools with current code.
(edit) @579   19 years bird Clean link output files. fixes #3.
(edit) @578   19 years bird Did code changes for unix installation. Will do install goals when …
(edit) @577   19 years bird report the kmk platform
(edit) @576   19 years bird versioning. fixes #5
(edit) @575   19 years bird Fixed an bug in the code getting SDKs. And fetch …
(edit) @574   19 years bird early commit.
(edit) @573   19 years bird OS/2 sysmods are dlls, vdds or pdds on OS/2.
(edit) @572   19 years bird gcc eats .defs on OS/2.
(edit) @571   19 years bird NASM dependencies.
Note: See TracRevisionLog for help on using the revision log.