VirtualBox

source: kBuild/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1794   17 years bird kmk: Change the directory hash size to prevent /usr/bin from causing 3 …
(edit) @1793   17 years bird kmk: hash table adjustments.
(edit) @1792   17 years bird kmk: Altered the behavior of $(kb-src-one ) when given an argument …
(edit) @1789   17 years bird properties.
(edit) @1788   17 years bird Added kmk_time, primarily for timing build runs on windows.
(edit) @1787   17 years bird Added src/misc.
(edit) @1785   17 years bird kash: fixed signals. trace all wrapped system calls.
(edit) @1784   17 years bird kash: hacking.
(edit) @1778   17 years bird kmk: 0.1.4!
(edit) @1776   17 years bird kmk: Fixed includdep bug wrt to multiline variables (not defined).
(edit) @1752   17 years bird Added expr and if-expr to KMK_FEATURES.
(edit) @1751   17 years bird kmk: Don't bother with secondary target expansion if it's not enabled …
(edit) @1744   17 years bird kmk: OS/2 build fix.
(edit) @1739   17 years bird kmk_expr: Fixed regex disabling.
(edit) @1734   17 years bird kDepPre: Shut up pedantic gcc warnings.
(edit) @1733   17 years bird kDep: shut up pedantic gcc warnings.
(edit) @1732   17 years bird kObjCache: shut up pedantic gcc warnings.
(edit) @1730   17 years bird kmk_install: --[no-]ignore-perm-errors on chmod and chown. This …
(edit) @1729   17 years bird kmk/expreval.c: Added conversion operators: num, string and bool. …
(edit) @1728   17 years bird kmk/expreval/ifcond: fixed the target operator and string parsing; …
(edit) @1727   17 years bird kmk: Two new functions $(if-expr cond,exp-on-true,exp-on-false) and …
(edit) @1726   17 years bird kmk/expreval.c: Warnings and a couple of bugs.
(edit) @1725   17 years bird kmk: shutting up warnings.
(edit) @1724   17 years bird kmk: ifcond.c -> expreval.c
(edit) @1723   17 years bird kmk/ifcond: windows build fix.
(edit) @1722   17 years bird kmk: The rest of the if operators.
(edit) @1721   17 years bird kmk: Some more ifcond operators.
(edit) @1720   17 years bird kmk: More if conditionals code.
(edit) @1719   17 years bird kmk: More if conditionals code.
(edit) @1718   17 years bird kmk_ln: fixed DOS slashes.
(edit) @1717   17 years bird mscfakes: CreateSymbolicLinkA returns BOOLEAN not BOOL.
(edit) @1716   17 years bird kmk: Added a new function $(defined var) which check whether var is …
(edit) @1715   17 years bird kmk: Started hacking on some useable if conditionals.
(edit) @1714   17 years bird typo.
(edit) @1713   17 years bird kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
(edit) @1712   17 years bird kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
(edit) @1711   17 years bird kmk_chmod: made it build on solaris (no lchmod or ALLPERMS).
(edit) @1710   17 years bird kmk: Made chmod build on windows. Some cleanup of the bsdisms.
(edit) @1709   17 years bird kmk: Made --jobs (-j) default to the number of online CPUS. Fixes #34.
(edit) @1708   17 years bird kmk_expr: no dead, please.
(edit) @1707   17 years bird kmk_expr: Ported expr. Fixes #43.
(edit) @1706   17 years bird chmod: updated KMK_BUILTIN.
(edit) @1705   17 years bird kmk_chmod: Ported chmod. Fixes #41.
(edit) @1704   17 years bird kmkbuiltin/chmod.c: file revision 1.33 from FreeBSD.
(edit) @1703   17 years bird kmkbuiltin/expr.c: file revision 1.17 from OpenBSD
(edit) @1701   17 years bird kmk: Implemented secondary target expansion. Fixes #42.
(edit) @1700   17 years bird hash.c: spaces.
(edit) @1699   17 years bird kmk / $(commands* ): Check for empty name to prevent lookup_file from …
(edit) @1698   17 years bird kmk: $(commands ) and $< wont work well together at all, no fix just …
(edit) @1695   17 years bird append: Added the -d and -t options for writing define...endef and …
(edit) @1694   17 years bird kmk: testcase for includedep.
(edit) @1693   17 years bird includedep: expand variabels when present. Fixes #38.
(edit) @1674   17 years bird Fixed the error message on _spawnvp failure (windows) and added an …
(edit) @1673   17 years bird Fixed build issue on windows.
(edit) @1666   17 years bird Put sed first as it takes longest to compile (regex is big/slow).
(edit) @1665   17 years bird Converted to a sub-makefile setup ('single' makefile).
(edit) @1643   17 years bird Don't use NtQueryInformationFile on remote drives, they typically lie …
(edit) @1635   17 years bird Added missing headers (OS/2).
(edit) @1630   17 years bird Forgot to read the environment.
(edit) @1629   17 years bird Fixed warning.
(edit) @1628   17 years bird Fixed $(breakpoint ) on MSC. Fixed two warnings.
(edit) @1627   17 years bird Enabled recursive copying w/ protection a la rm.
(edit) @1626   17 years bird removed a leftover prototype.
(edit) @1624   17 years bird flex prep
(edit) @1622   17 years bird Bumped up the priority of a local variable. Fixed inconsistent use of …
(edit) @1620   17 years bird The last kb-src-prop argument is optional.
(edit) @1619   17 years bird $(breakpoint ) for debugging.
(edit) @1618   17 years bird Fixed a bug in func_kbuild_source_prop (kb-src-prop) that would cause …
(edit) @1617   17 years bird Don't append empty strings to variables. (foo +=)
(edit) @1616   17 years bird Added a space between the which results.
(edit) @1615   17 years bird Added a space between the which results.
(edit) @1611   17 years bird Fixed a cleanup problem where yasm and vcc* and stuch would leave …
(edit) @1610   17 years bird Fixed prepend w/ expansion (would append instead of prepend). …
(edit) @1609   17 years bird grr2
(edit) @1608   17 years bird grr.
(edit) @1607   17 years bird Another try - forgot about xrealloc.
(edit) @1606   17 years bird Fixed bug in append_expand_string_to_variable() where variables …
(edit) @1604   17 years bird DragonFly BSD config. Kudos to Francis G.
(edit) @1601   17 years bird Added K_OS_DRAGONFLY w/ detection.
(edit) @1598   17 years bird split out the path protection code from rm.
(edit) @1597   17 years bird protection work in progress.
(edit) @1596   17 years bird indent.
(edit) @1595   17 years bird indent.
(edit) @1594   17 years bird xmalloc should work fine.
(edit) @1593   17 years bird prop and header.
(edit) @1585   17 years bird Don't use /bin/pwd to implement getcwd.
(edit) @1582   17 years bird Fixed crash in open(NULL) on solaris because of bad dirfd macro.
(edit) @1578   17 years bird Compile fix and workaround for broken _getdcwd (see libc ticket #194).
(edit) @1577   17 years bird It's lu not ul you feed printf to print a ULONG.
(edit) @1576   17 years bird build fix.
(edit) @1567   17 years bird strncmp can be a freeking macro of course, so STR_SIZE_PAIR won't …
(edit) @1558   17 years bird drop the cyclic check on windows if ino and dev is 0. fixed a slash check.
(edit) @1557   17 years bird fixed opendir with trailing slash (stat failed).
(edit) @1556   17 years bird Fixed UNC build. (mkdir -p server/share/something failed because of …
(edit) @1555   17 years bird bugfixes for windows/os2.
(edit) @1554   17 years bird Added KBUILD_KMK_REVISION and appended '-r<svn-rev>' to …
(edit) @1553   17 years bird MSC build fixes.
(edit) @1552   17 years bird minor cleanup.
(edit) @1551   17 years bird Full protection, depth argument and environment overrides.
(edit) @1550   17 years bird Enabled rm -R.
Note: See TracRevisionLog for help on using the revision log.

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