VirtualBox

source: kBuild/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1585   17 years bird Don't use /bin/pwd to implement getcwd.
(edit) @1584   17 years bird The 0.1.3 binaries for solaris/amd64 - rc1.
(edit) @1583   17 years bird The 0.1.3 binaries for solaris/x86 - rc1.
(edit) @1582   17 years bird Fixed crash in open(NULL) on solaris because of bad dirfd macro.
(edit) @1581   17 years bird The 0.1.3 binaries for freebsd/x86 - rc1.
(edit) @1580   17 years bird The 0.1.3 binaries for freebsd/amd64 - rc1.
(edit) @1579   17 years bird The 0.1.3 binaries for os2/x86 - rc1.
(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) @1575   17 years bird Deal with legacy BUILD_PLATFORM=OS2 right away.
(edit) @1574   17 years bird Drop the GCC3xx setup. Fixed BEGINLIBPATH.
(edit) @1573   17 years bird Removed left over debug say.
(edit) @1572   17 years bird Rewrote the script to match the env.sh and envwin.cmd features and to …
(edit) @1571   17 years bird Don't set MAKESHELL even on OS/2. Besides OS/2 never uses this script.
(edit) @1570   17 years bird legacy defaults to off. fixed spelling.
(edit) @1569   17 years bird The 0.1.3 binaries for linux/x86 - rc1.
(edit) @1568   17 years bird The 0.1.3 binaries for linux/amd64 - rc1.
(edit) @1567   17 years bird strncmp can be a freeking macro of course, so STR_SIZE_PAIR won't …
(edit) @1566   17 years bird The 0.1.3 binaries for win/darwin - rc1 try 1.
(edit) @1565   17 years bird Need += when adding stuff, stupid. Linking 10.4 compatible darwin …
(edit) @1564   17 years bird The 0.1.3 binaries for win/darwin - rc1.
(edit) @1563   17 years bird Force the darwin build to be 10.4 compatible.
(edit) @1562   17 years bird Use KMK_OPTS_PRETTY_COMMAND_PRINTING. (it's 0/1 not def/undef)
(edit) @1561   17 years bird Use KMK_OPTS_PRETTY_COMMAND_PRINTING.
(edit) @1560   17 years bird The 0.1.3 binaries for win/x86 - rc1.
(edit) @1559   17 years bird The 0.1.3 binaries for win/amd64 - rc1.
(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) @1549   17 years bird The 0.1.3 binaries for linux/amd64 - 5th edition.
(edit) @1548   17 years bird disabled the test svn.url and re-enabled the correct one.
(edit) @1547   17 years bird License clearification.
(edit) @1546   17 years bird forgot to set properties
(edit) @1545   17 years bird Created some crude portfiles for mac ports. refs #31.
(edit) @1544   17 years bird install message styles and templates (if ever added).
(edit) @1543   17 years bird KBUILD_PATH_BIN should be KBUILD_BIN_PATH - broke the build when …
(edit) @1542   17 years bird Fixed script rc.
(edit) @1541   17 years bird Use $(wildcard ) on the .svn/* stuff in case bits are missing. Added …
(edit) @1540   17 years bird Use $(wildcard ) on the .svn/* stuff in case bits are missing. Added …
(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) @1537   17 years bird NDEBUG applies to profile builds too.
(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) @1534   17 years bird Profiler changes.
(edit) @1533   17 years bird hrmpf. some left over debug stuff.
(edit) @1532   17 years bird Revamped the script and did the environment variable change. It now …
(edit) @1531   17 years bird typo (spelling)
(edit) @1530   17 years bird Added --release, --profile and --debug options for specifying KBUILD_TYPE.
(edit) @1529   17 years bird Updated requirements and assumptions. Check for those we can.
(edit) @1528   17 years bird Corrected /System/Library/Frameworks/SDL.frameworks/SDL to …
(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) @1525   17 years bird Renamed.
(edit) @1524   17 years bird Renamed.
(edit) @1523   17 years bird Moved the svn info stuff into config.kmk
(edit) @1522   17 years bird Added a maintenance Makefile.
(edit) @1521   17 years bird removed a $(warning ) that was left behind.
(edit) @1520   17 years bird Workaround for mean : : parsing when a source includes drive letter …
(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) @1517   17 years bird Implemented the new environment / global variable policy.
(edit) @1516   17 years bird Solaris mount points *may* return ENOSYS if prodded with mkdir() (nfs …
(edit) @1515   17 years bird The 0.1.3 binaries for linux/amd64 - 4th edition.
(edit) @1514   17 years bird Bad idea to use read(fileno()) on a stream after searching it because …
(edit) @1513   17 years bird Added a --var mode for quering variables.
(edit) @1512   17 years bird Added a --full option and not exporting defaults.
(edit) @1511   17 years bird header
(edit) @1510   17 years bird Fixed hash bang line. Added an eval mode and shut up the debug info.
(edit) @1509   17 years bird Environment / global variable renaming. Copyright header/year update.
(edit) @1508   17 years bird Copyright year update.
(edit) @1507   17 years bird Use sh instead of bash
(edit) @1506   17 years bird Environment / global variable renaming.
(edit) @1505   17 years bird Updated the copyright year.
(edit) @1504   17 years bird Environment / global variable policy changes. Renamed the following …
(edit) @1503   17 years bird Environment / globals cleanup. The new policy is to use KBUILD_ and …
(edit) @1502   17 years bird Fixed a NO_COMPILE_CMDS_DEPS / NO_LINK_CMDS_DEPS mixup. Drop commented …
(edit) @1501   17 years bird Mark all, all_recursive and FORCE as .PHONY (saves kmk a few stat calls).
(edit) @1500   17 years bird compile lib/regex.c as early as possible.
(edit) @1499   17 years bird buffer the entire makefile / 256KB. saves a little bit of time on the …
(edit) @1498   17 years bird profiling on darwin.
(edit) @1497   17 years bird Build and Rebuild from the project working directory.
(edit) @1496   17 years bird Use %, $(commands ), local vars, evalval and the other new stuff.
(edit) @1495   17 years bird The 0.1.3 binaries for solaris/x86 - 3rd try.
(edit) @1494   17 years bird The 0.1.3 binaries for solaris/amd64 - 3rd try.
(edit) @1493   17 years bird The 0.1.3 binaries for os2/x86 - 3rd try.
(edit) @1492   17 years bird The 0.1.3 binaries for win/x86 - 3rd try.
(edit) @1491   17 years bird The 0.1.3 binaries for win/amd64 - 3rd try.
(edit) @1490   17 years bird The 0.1.3 binaries for freebsd6/x86.
(edit) @1489   17 years bird The 0.1.3 binaries for freebsd6/amd64.
(edit) @1488   17 years bird Fixed bashism (test ==).
(edit) @1487   17 years bird The 0.1.3 binaries for darwin/x86 - 3rd try.
(edit) @1486   17 years bird The 0.1.3 build for linux/x86 - 3rd try.
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