VirtualBox

source: kBuild/trunk/src/gmake

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @898   18 years bird paranoia.
(edit) @877   18 years bird the other part of the EMX+SIGCHILD stuff.
(edit) @876   18 years bird Dont add COMMANDS_KMK_BUILTIN to the lines_flags as it will screw up …
(edit) @875   18 years bird only EMX has funny SIGCHLD requirements.
(edit) @864   18 years bird amd64 hack.
(edit) @863   18 years bird Visual C++ 2005 fix.
(edit) @862   18 years bird debugbreak.
(edit) @842   18 years bird CONFIG_WITH_OPTIMIZATION_HACKS only on x86/amd64
(edit) @827   18 years bird New property 'ORDERDEPS' for listing order-only dependencies.
(edit) @822   18 years bird eol-style and keywords
(edit) @821   18 years bird New function: $(xargs)
(edit) @820   18 years bird Fixed warnings about struct file.
(edit) @819   18 years bird More svn:eol-style fixes.
(edit) @816   18 years bird Did the x86 FreeBSD build.
(edit) @813   18 years bird Some property fixes.
(edit) @809   18 years bird Solaris + cleanup.
(edit) @805   18 years bird Added missing strtoumax prototype.
(edit) @803   18 years bird msvcrt build.
(edit) @785   18 years bird copyright and email updates.
(edit) @783   18 years bird Makefile.kup - if found it'll automatically take up you one directory. …
(edit) @778   18 years bird Attempt at dealing with deadlocked kmk on Ctrl-C by dispatching the …
(edit) @775   18 years bird ported printf to MSC.
(edit) @774   18 years bird NetBSD printf r1.31
(edit) @769   18 years bird Added variable lookup printing to delay expansion and such.
(edit) @767   18 years bird $(APPEND) -n file line1 line2 line3
(edit) @765   18 years bird New predefined variable 'KMK', similar to 'MAKE' only less likely to …
(edit) @764   18 years bird math-int feature
(edit) @763   18 years bird integer math functions.
(edit) @758   18 years bird use waitpid(pid) since wait() interfers with any parallel jobs gnu …
(edit) @751   18 years bird print the failing command if it was a silent one.
(edit) @750   18 years bird CONFIG_WITH_ABSPATHEX
(edit) @738   18 years bird Rebuilt freebsd.amd64 with current sources.
(edit) @730   18 years bird Added a variation on the $(comp-vars) function called $(comp-cmds) …
(edit) @729   18 years bird The target _PATH property should be working now.
(edit) @728   18 years bird don't stop fixing the path case if one component happens to be a short …
(edit) @725   18 years bird Partial implementation of a _PATH target property for resolving …
(edit) @721   18 years bird added 'stack' to the KMK_FEATURES variable.
(edit) @720   18 years bird stack functions and enabled the 'eq' and 'not' functions.
(edit) @714   18 years bird made it build on OS/2.
(edit) @695   18 years bird Ignore EINVAL too so rmdir . doesn't fail when we're trying to ignore …
(edit) @694   18 years bird made rmdir build on linux and rebuilt kmk, kmk_rmdir and kmk_sed.
(edit) @691   18 years bird Fixed FindFirstFile handle leak in pathstuff.c.
(edit) @687   18 years bird Ignore EPERM and EACCES too (rmdir . on win).
(edit) @685   18 years bird ignore-fail-on-not-exist
(edit) @684   18 years bird Added --ignore-fail-on-non-empty similar as described in the GNU …
(edit) @646   18 years bird Fixed bugs dealing with the order SDK properties was applied to sources.
(edit) @645   18 years bird Fixed bugs dealing with the order SDK properties was applied to sources.
(edit) @644   18 years bird Fixed bugs dealing with the order SDK properties was applied to sources.
(edit) @627   18 years bird rename isn't destructive in MSC.
(edit) @621   18 years bird Ported the new fst code to MSC.
(edit) @620   18 years bird NetBSD: /fts.h/1.12/Thu Feb 3 04:39:32 2005
(edit) @619   18 years bird NetBSD: /fts13.c/1.44/Wed Jan 19 00:59:48 2005
(edit) @618   18 years bird Ported the new strmode to MSC.
(edit) @617   18 years bird NetBSD: /strmode.c/1.16/Sun Jun 20 22:20:15 2004
(edit) @616   18 years bird Ported the new setmode to MSC.
(edit) @615   18 years bird NetBSD: /setmode.c/1.30/Thu Aug 7 16:42:56 2003
(edit) @614   18 years bird user_from_uid/group_from_gid is BSD stuff.
(edit) @613   18 years bird Added mv as builtin command.
(edit) @612   18 years bird /mv.c/1.46/Sat Nov 12 22:16:47 2005
(edit) @611   18 years bird Added cat as builtin command.
(edit) @609   18 years bird /cat.c/1.32/Mon Jan 10 08:39:20 2005
(edit) @603   18 years bird typo.
(edit) @601   18 years bird o Added rmdir as builtin and external command. o …
(edit) @598   18 years bird /rmdir.1/1.14/Mon Jul 4 14:55:25 2005
(edit) @595   18 years bird Fixed bug in the sdk walking in kbuild_collect_source_prop.
(edit) @591   18 years bird Added --pretty-command-printing for simplifying makefile debugging.
(edit) @586   18 years bird header + footer - rules only won't do if BUILD_TARGET* is tested for.
(edit) @578   18 years bird Did code changes for unix installation. Will do install goals when …
(edit) @577   18 years bird report the kmk platform
(edit) @576   18 years bird versioning. fixes #5
(edit) @575   18 years bird Fixed an bug in the code getting SDKs. And fetch …
(edit) @567   18 years bird another comp-vars bug.
(edit) @563   18 years bird fixed comp-vars bug (incorrect return value).
(edit) @558   18 years bird fixed kbuild_get_object_suffix bug wrt to generated sources.
(edit) @557   18 years bird Initial Mac OS X / Darwin bootstrapping.
(edit) @554   18 years bird Giving up non batch mode with cygwin ash, it screws up big time with …
(edit) @552   18 years bird - kBuild/footer.kmk: o Recursive template inheritance. - …
(edit) @549   18 years bird Regenerated config.h.os2 and make adjustments to make it all build …
(edit) @545   18 years bird Another 30 chopped of on the libc+nt testcase. (down to 2.74 seconds now)
(edit) @544   18 years bird joined the tool and objsuff lookups into a single function, fixing …
(edit) @543   18 years bird simpler.
(edit) @542   18 years bird a couple of fixes.
(edit) @541   18 years bird Another quoting test.
(edit) @540   18 years bird HAVE_CYGWIN_SHELL was a bad idea.
(edit) @539   18 years bird o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work.
(edit) @538   18 years bird fixed some OBJSUFF and TOOL variable name typos. Drop the expansion …
(edit) @536   18 years bird Fixed missing expansion in kbuild_lookup_variable.
(edit) @535   18 years bird o A real attempt at fixing the double quoting problem on windows. ash …
(edit) @534   18 years bird Made it build again on linux.
(edit) @533   18 years bird o Optimization summary: libc from ~21 seconds -> 7-8 seconds (os2/nt). …
(edit) @532   18 years bird Some fixes.
(edit) @531   18 years bird skip some unnecessary copies and allocations.
(edit) @530   18 years bird Added kBuild specific functions for speeding up source processing.
(edit) @529   18 years bird Fixed assertion in w32_fixcase when shell doesn't have a full path and …
(edit) @528   18 years bird includedep
(edit) @527   18 years bird CONFIG_WITH_OPTIMIZATION_HACKS
(edit) @526   18 years bird tuning. libc is 1-2 seconds faster to load now.
(edit) @523   18 years bird Added kmk_gmake which is (almost) vanilla GNU Make.
(edit) @522   18 years bird kmk_ash wants batch files on windows or the double quotes will get …
(edit) @521   18 years bird Make sure kmk_builtin commands don't get batch files and odd weird stuff.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette