Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The purpose of this commit is twofold; from the user's perspective, this
provides a consistent experience whenever building a sofort-based project;
and from the developer's perspective, this provides an easy way to test
cfgdefs.mk even before the writing and/or integration of cfgdefs.sh.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch guards against the case where -lfoo would result in the linking
in of either an external import library libfoo.lib.a, or a static libfoo.a,
be it internal or external to the build system.
|
|
|
|
|
|
|
|
|
|
'cause you cannot eat your Apfel and eat it two.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since git-status touches several files (including .git/index),
a generic object file dependency on version.tag means that all
objects get recompiled whenever git-status is invoked. This patch
works around this problem at the cost of ad-hoc dependency rules
for specific objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|