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