source: trunk/kBuild/footer.kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @985   18 years bird Working on inhertiance. Added target inherting but it's a bit …
(edit) @984   18 years bird enabled the multi target rules. added some PORTME hints.
(edit) @983   18 years bird Drop the tests around rsort and builtin rmdir. they are both true now.
(edit) @981   18 years bird Use the new prepend operator <= instead of the slow and clumsy _r1/r2
(edit) @979   18 years bird We're no longer required to use the slow $(call ) sequence to invoke …
(edit) @966   18 years bird Fix the clean rule
(edit) @905   18 years bird Pick up the usual .xyz varations for the BLDDIRS and CLEAN properties.
(edit) @904   18 years bird Recognize the CLEAN attribute. header.kmk
(edit) @897   18 years bird Added _CLEAN to install targets and BLDDIR to all targets (but not …
(edit) @893   18 years bird using includedep for all dependencies.
(edit) @891   18 years bird fixed double compile regression introduced by accident in 859.
(edit) @889   18 years bird Implemented the NAME property.
(edit) @874   18 years bird Moved the PATH_* finalizing to header.kmk and applied abspath to all …
(edit) @859   18 years bird Implemented PRE_CMDS and POST_CMDS for linking.
(edit) @854   18 years bird the installs pass include _INSTALLS_FILES too.
(edit) @853   18 years bird Better warning and for tools too.
(edit) @852   18 years bird Warn about bad SDK files.
(edit) @838   18 years bird Added missing $(PATH_TARGET) dep.
(edit) @830   18 years bird New properties for INSTALLS only (atm): IDFLAGS, IFFLAGS, ISFLAGS. …
(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) @782   18 years bird copyright 2007
(edit) @776   19 years bird Macros for all messages. KBUILD_MSG_STYLE. KBUILD_VERBOSE={1,2,*}. PRINTF
(edit) @770   19 years bird Use the new append -v feature for generating command deps.
(edit) @760   19 years bird fixed silly messup when applying defpath to libpath of a link target.
(edit) @753   19 years bird Fixed broken _TARGET_TOOL macro.
(edit) @749   19 years bird Don't use recursion for the .o/.obj aliases.
(edit) @747   19 years bird compile message should show the target.
(edit) @745   19 years bird better place for it.
(edit) @744   19 years bird More sanity checks.
(edit) @743   19 years bird set PATH_target early (i.e. in subheader/subfooter).
(edit) @741   19 years bird some cleanup.
(edit) @730   19 years bird Added a variation on the $(comp-vars) function called $(comp-cmds) …
(edit) @729   19 years bird The target _PATH property should be working now.
(edit) @726   19 years bird corrected message when fetching nothing.
(edit) @725   19 years bird Partial implementation of a _PATH target property for resolving …
(edit) @723   19 years bird Kicked the gnumake compatibility crap into separate files to speed …
(edit) @719   19 years bird Fixed bug in the library processing causing the output dir not to be …
(edit) @701   19 years bird Quiet clean. Remove directory if nothing is to be unpacked.
(edit) @696   19 years bird Implemented KBUILD_QUIET and KBUILD_VERBOSE={1|full} (was BUILD_QUIET, …
(edit) @693   19 years bird completely remove if no sources.
(edit) @690   19 years bird fixed target aliases and removed debug sleep 30.
(edit) @689   19 years bird use a dep like target to avoid really really long filenames.
(edit) @688   19 years bird more or less completed the fetch feature.
(edit) @682   19 years bird my .PRECIOUS!
(edit) @679   19 years bird more details.
(edit) @665   19 years bird svn:keyword=Id
(edit) @661   19 years bird didn't quite work. quick hack. References #11.
(edit) @660   19 years bird Target properties has precedence over template properties. Grouped …
(edit) @659   19 years bird fixed problem with template stuff being expanded during the inherance …
(edit) @643   19 years bird Don't delete object files we find in _SOURCES.*. Fixes #7.
(edit) @641   19 years bird Resource file compilation.
(edit) @640   19 years bird prototype of tools/source fetching.
(edit) @594   19 years bird Fixed a template inheritance bug.
(edit) @592   19 years bird Fixed some issues with SDKSs and linking.
(edit) @581   19 years bird use comp-vars
(edit) @579   19 years bird Clean link output files. fixes #3.
(edit) @552   19 years bird - kBuild/footer.kmk: o Recursive template inheritance. - …
(edit) @530   19 years bird Added kBuild specific functions for speeding up source processing.
(edit) @524   19 years bird Made up my mind about the command depency blocker variables; …
(edit) @482   19 years bird forgot to strip some trailing spaces.
(edit) @481   19 years bird Check for $(BUILD_TARGET).$(BUILD_TARGET_ARCH).
(edit) @473   19 years bird removing link target before linking. (broke the emx librarian.)
(edit) @472   19 years bird New feature: Sub-Makefile.
(edit) @460   19 years bird fixed sdks and tools inclusion.
(edit) @455   19 years bird Added arch and cpu to the template to template inheritance. removed …
(edit) @450   19 years bird Fixed regression/bug from the inherit defaults change - we didn't …
(edit) @447   19 years bird corrected bldprogs to inherit .$(BUILD_PLATFORM) instead of …
(edit) @445   19 years bird Fixed .obj alias.
(edit) @442   19 years bird Last change didn't work - fixed it. Don't specify -B for the target …
(edit) @441   19 years bird Don't expand values when accumulating template properties. The use of …
(edit) @438   19 years bird win64
(edit) @424   19 years bird fixed install problem.
(edit) @417   20 years bird Check for PACKING.$(BUILD_TARGET) as well.
(edit) @414   20 years bird Packing pass change - uses PACKING var. Added mode,uid and gid to file …
(edit) @412   20 years bird Template inheritance (_EXTENDS).
(edit) @388   20 years bird A bit of parallel hacking.
(edit) @380   20 years bird Big command dependency job. More installation stuff.
(edit) @353   20 years bird Use fixed lot's of those $$$$(PATH_<target>) thingies. Better target …
(edit) @316   20 years bird Enh. the _OBJECT_BASE hack.
(edit) @276   20 years bird now then..
(edit) @275   20 years bird urg, the ifs too.
(edit) @274   20 years bird Fixed bustage. ifdef's aren't good enough in defines.
(edit) @272   20 years bird installing stuff.
(edit) @251   20 years bird allow obj and o.
(edit) @250   20 years bird fixed some directory dependency trouble.
(edit) @247   20 years bird Inherit SUFFs from template too.
(edit) @246   20 years bird Remove copy target before copying. Should fix the weird .so crashes.
(edit) @243   20 years bird Fixed missing BUILD_TYPE template inheritance.
(edit) @239   20 years bird BLDPROGS must inherit stuff too.
(edit) @238   20 years bird Incorrect target tool resolving.
(edit) @223   20 years bird Template inherit BLD_*.
(edit) @222   20 years bird Needed -> bldprogs.
(edit) @221   20 years bird _BLD_* attributes.
(edit) @220   20 years bird Fixed more pass order shit.
(edit) @219   20 years bird Fixing parallel issues. Working on NEEDED.
(edit) @207   21 years bird .o and .obj editor rules.
(edit) @205   21 years bird .o aliases for compilation from the editor.
(edit) @190   21 years bird OTHERS.
(edit) @189   21 years bird Hacking import libs.
Note: See TracRevisionLog for help on using the revision log.