VirtualBox

source: kBuild/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @834   18 years bird Rebuilt linux.amd64
(edit) @833   18 years bird Rebuilt linux.x86
(edit) @832   18 years bird Rebuilt win.x86.
(edit) @831   18 years bird Rebuilt darwin.x86
(edit) @830   18 years bird New properties for INSTALLS only (atm): IDFLAGS, IFFLAGS, ISFLAGS. …
(edit) @829   18 years bird Added ORDERDEPS to the PROPS_ACCUMULATE_R list.
(edit) @828   18 years bird Split the target list processing up into two passes so that it's …
(edit) @827   18 years bird New property 'ORDERDEPS' for listing order-only dependencies.
(edit) @826   18 years bird New tool that doesn't depend on GNU ld and ar: GCC3PLAIN. Use this …
(edit) @825   18 years bird Added fake xargs implementation. Retired abspathex to gnumake-header.kmk.
(edit) @824   18 years bird file description
(edit) @823   18 years bird KBUILD_VERBOSE=2 should be implied by --pretty-command-printing not 1.
(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) @818   18 years bird drop the set -x
(edit) @817   18 years bird Did the x86 FreeBSD build. (darn, forgot to strip it)
(edit) @816   18 years bird Did the x86 FreeBSD build.
(edit) @815   18 years bird Fixed bootstrap problem caused by missing kmk_append.
(edit) @814   18 years bird fixed sh -x
(edit) @813   18 years bird Some property fixes.
(edit) @812   18 years bird ChangeLog: http://svn.netlabs.org/kbuild/timeline
(edit) @811   18 years bird Solaris port.
(edit) @810   18 years bird darn.
(edit) @809   18 years bird Solaris + cleanup.
(edit) @808   18 years bird another try.
(edit) @807   18 years bird typo.
(edit) @806   18 years bird Rebuilt win.x86 with current svn - using msvcr71.dll instead of …
(edit) @805   18 years bird Added missing strtoumax prototype.
(edit) @804   18 years bird msvcrt build.
(edit) @803   18 years bird msvcrt build.
(edit) @802   18 years bird msvcrt build.
(edit) @801   18 years bird spaces -> tabs
(edit) @800   18 years bird drop some wide char stuff to avoid dragging in msvcp71.dll
(edit) @799   18 years bird Rebuild os2.x86 from current svn.
(edit) @798   18 years bird .rsp in the wrong place.
(edit) @797   18 years bird style
(edit) @796   18 years bird Built darwin.x86 from current svn.
(edit) @795   18 years bird Rebuilt freebsd.amd64 with current sources.
(edit) @794   18 years bird Rebuilt linux amd64 using current svn.
(edit) @793   18 years bird 64-bit
(edit) @792   18 years bird Built linux.x86 from current svn. (forgot to strip them)
(edit) @791   18 years bird Built linux.x86 from current svn.
(edit) @790   18 years bird rebuilt Windows x86 binaries with current code.
(edit) @789   18 years bird some fixes.
(edit) @788   18 years bird custom msg style support.
(edit) @787   18 years bird Use -m32.
(edit) @786   18 years bird GPL
(edit) @785   18 years bird copyright and email updates.
(edit) @784   18 years bird Added VirtualBox license. Removed some obsolete presets and added a …
(edit) @783   18 years bird Makefile.kup - if found it'll automatically take up you one directory. …
(edit) @782   18 years bird copyright 2007
(edit) @781   18 years bird The examples was essentially useless and in the wrong place. Look at …
(edit) @780   18 years bird MSG_INST_TRG correction.
(edit) @779   18 years bird 2007
(edit) @778   18 years bird Attempt at dealing with deadlocked kmk on Ctrl-C by dispatching the …
(edit) @777   18 years bird 'dense' -> 'short'. drop the --no-print-directory stuff.
(edit) @776   18 years bird Macros for all messages. KBUILD_MSG_STYLE. KBUILD_VERBOSE={1,2,*}. PRINTF
(edit) @775   18 years bird ported printf to MSC.
(edit) @774   18 years bird NetBSD printf r1.31
(edit) @773   18 years bird Use response files (untested). Fixes #9
(edit) @772   18 years bird use append -n for creating the ar-script if available.
(edit) @771   18 years bird use append -n for creating the ar-script if available.
(edit) @770   18 years bird Use the new append -v feature for generating command deps.
(edit) @769   18 years bird Added variable lookup printing to delay expansion and such.
(edit) @768   18 years bird Use response files (aka command files) with the Visual C++ librarian. …
(edit) @767   18 years bird $(APPEND) -n file line1 line2 line3
(edit) @766   18 years bird Link dynamically on linux too. Fixes #14.
(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) @762   18 years bird nuke some more environment variables. (fixes the problem with PROGRAMS …
(edit) @761   18 years bird SUFF_SYS isn't anything on darwin.
(edit) @760   18 years bird fixed silly messup when applying defpath to libpath of a link target.
(edit) @759   18 years bird Check for /sw/lib/libSDL.* too (Mac OS X / fink).
(edit) @758   18 years bird use waitpid(pid) since wait() interfers with any parallel jobs gnu …
(edit) @757   18 years bird LIBPATHS -> LIBPATH (stupid typos)
(edit) @756   18 years bird Work around kLIBC setlocale bug.
(edit) @755   18 years bird Work around kLIBC setlocal bug.
(edit) @754   18 years bird misplaced comment.
(edit) @753   18 years bird Fixed broken _TARGET_TOOL macro.
(edit) @752   18 years bird Fixed library linking: It was still using $(lib) - this was changed to …
(edit) @751   18 years bird print the failing command if it was a silent one.
(edit) @750   18 years bird CONFIG_WITH_ABSPATHEX
(edit) @749   18 years bird Don't use recursion for the .o/.obj aliases.
(edit) @748   18 years bird TARGET_BASE fix (not completed).
(edit) @747   18 years bird compile message should show the target.
(edit) @746   18 years bird FSLib.dll
(edit) @745   18 years bird better place for it.
(edit) @744   18 years bird More sanity checks.
(edit) @743   18 years bird set PATH_target early (i.e. in subheader/subfooter).
(edit) @742   18 years bird Fixed the sub-makefile bustage and added two sanitychecks.
(edit) @741   18 years bird some cleanup.
(edit) @740   18 years bird a bit early…
(edit) @739   18 years bird Rebuilt os2.x86 with current sources.
(edit) @738   18 years bird Rebuilt freebsd.amd64 with current sources.
(edit) @737   18 years bird Rebuilt darwin.x86 with current sources.
(edit) @736   18 years bird Rebuilt linux.amd64 with current sources.
(edit) @735   18 years bird VCC*_OLD_DEPS
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