VirtualBox

source: kBuild/trunk/src/kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1695   16 years bird append: Added the -d and -t options for writing define...endef and …
(edit) @1694   16 years bird kmk: testcase for includedep.
(edit) @1693   16 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) @1665   17 years bird Converted to a sub-makefile setup ('single' makefile).
(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) @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) @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) @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.
(edit) @1539   17 years bird fixed strip() not returning a value (one more case).
(edit) @1538   17 years bird fixed strip() not returning a value.
(edit) @1536   17 years bird Use the value_length if possible (saves strlen). Assert its …
(edit) @1535   17 years bird Made the allocated and allocated-sum optional as they made xmalloc and …
(edit) @1527   17 years bird Intercept BEGINLIBPATH, ENDLIBPATH and LIBPATHSTRICT on OS/2. Print …
(edit) @1526   17 years bird Print the revision in the version info.
(edit) @1519   17 years bird Prevent crashin $(command ) if the target has no commands (file->cmds …
(edit) @1518   17 years bird MSC doesn't grok #ifdefs inside macros invocations.
(edit) @1516   17 years bird Solaris mount points *may* return ENOSYS if prodded with mkdir() (nfs …
(edit) @1514   17 years bird Bad idea to use read(fileno()) on a stream after searching it because …
(edit) @1509   17 years bird Environment / global variable renaming. Copyright header/year update.
(edit) @1503   17 years bird Environment / globals cleanup. The new policy is to use KBUILD_ and …
(edit) @1499   17 years bird buffer the entire makefile / 256KB. saves a little bit of time on the …
(edit) @1484   17 years bird Fixed memchr crash in kbuild_get_object_base. A recent regression …
(edit) @1478   17 years bird fixed a silly bug in func_commands that would cause it to go beyond …
(edit) @1477   17 years bird Check for '\0' in defines, just to keep the value_length sane.
(edit) @1469   17 years bird _msize doesn't like NULL pointers.
(edit) @1461   17 years bird copyright year.
(edit) @1459   17 years bird Made $(abspathex path,cwd) work like $(abspath path) if cwd is empty. …
(edit) @1458   17 years bird Use the variable file location in evalval and evalcall.
(edit) @1455   17 years bird Fixed electric heap build problem.
(edit) @1454   17 years bird gcc and electric heap.
(edit) @1453   17 years bird ported to unix.
(edit) @1452   17 years bird Fixed bug in $(commands ) that caused occational heap corruption.
(edit) @1451   17 years bird Made it build without VARIABLE_HASH defined.
(edit) @1450   17 years bird cosmetics.
(edit) @1449   17 years bird Fixed massive collision issue with variable_hash_1i.
(edit) @1448   17 years bird Tuning.
(edit) @1447   17 years bird tuning.
(edit) @1446   17 years bird Using the variable buffer for temp storage is (probably) fast, smaller …
(edit) @1445   17 years bird Fixed evalval and evalcall - eval_buffer will change the input, so a …
(edit) @1444   17 years bird Increased SMALL_SCOPE_VARIABLE_BUCKETS to avoid massive collitions …
(edit) @1443   17 years bird fixed another bug.
(edit) @1442   17 years bird fixes.
(edit) @1440   17 years bird Added comp-cmds-ex, commands, commands-sc and commands-usr. Added a …
(edit) @1439   17 years bird CONFIG_WITH_EVALPLUS: evalctx, evalval, evalvalctx, evalcall and …
(edit) @1438   17 years bird Added $(make-stats ) that provides access to memory and hash stats (if …
(edit) @1437   17 years bird local variables requires more space for storing the origin value in …
(edit) @1423   17 years bird Fixed bug in the CreateProcess failure handling, should now fail …
(edit) @1422   17 years bird More on the ticket #30 testcase.
(edit) @1419   17 years bird added a testcase for ticket #30.
(edit) @1409   17 years bird Made a variation of the $(eval) function call evalctx that pushes and …
(edit) @1408   17 years bird Implemented local variable definitions - CONFIG_WITH_LOCAL_VARIABLES.
(edit) @1397   17 years bird Seems '_.' is a bad idea, use 'dt'.
(edit) @1396   17 years bird Don't allow '..' elements in the objbase, convert them to '_.'.
(edit) @1393   17 years bird Added an --output/-o option for use with -p.
(edit) @1387   17 years bird Fixed typo in $(libpath).
(edit) @1386   17 years bird added testcase for the $(libpath ) function (OS/2).
(edit) @1383   17 years bird Added $(libpath var,val) for accessing the OS/2 library paths.
(edit) @1377   17 years bird Added some KMK_OPTS_* variables to allow makefiles to deal with -j N …
(edit) @1376   17 years bird Bail out on = and : too (see ash/expand.c).
(edit) @1374   17 years bird Second try on the fix.
(edit) @1373   17 years bird Don't get excited about the ~ in 8.3 file names, avoid lot's of slow …
(edit) @1372   17 years bird Fixed endless recursion caused by a missed sh_char_sh reference that …
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