Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-31 | build system: ccenv: also update configure's (mb_-prefixed) variables. | midipix | 1 | -1/+22 | |
2018-12-30 | build system: ccenv: fix detection of native os. | midipix | 1 | -0/+3 | |
2018-12-30 | build system: major overhaul: removed sysinfo, integrated ccenv. | midipix | 13 | -15/+1464 | |
2018-12-30 | build system: streamlined config.vars and variable initialization. | midipix | 2 | -191/+135 | |
2018-12-25 | build system: sofort/cfgdefs.in: add a terminating empty line. | midipix | 1 | -0/+1 | |
2018-12-25 | build system: Makefile.in: always include cfgdefs.mk & usrdefs.mk. | midipix | 1 | -0/+5 | |
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. | |||||
2018-12-25 | build system: sofort: promoted and renamed custom.mk --> flavor.mk. | midipix | 1 | -0/+0 | |
2018-12-25 | build system: create the ``build'' directory via the dirs.tag make target. | midipix | 1 | -1/+1 | |
2018-12-21 | build system: configure: explicitly initialize all variables. | midipix | 1 | -0/+191 | |
2018-12-21 | build system: pkgconf.sh: remove accidental leading spaces. | midipix | 1 | -1/+1 | |
2018-12-21 | build system: re-implemented sofort/pkgconf.sh. | midipix | 1 | -60/+75 | |
- replace all echo(1) and printf(1) constructs with a single cat(1). - do not eliminate -I${prefix}/lib and -L${exec_prefix}/lib; - eliminate trailing spaces from the end of a line. | |||||
2018-11-10 | build system: host flavors: support suffixed library extensions. | midipix | 1 | -2/+2 | |
'cause you cannot eat your Apfel and eat it two. | |||||
2018-08-05 | build system: fix shared/static install target dependencies on install-pkgconf. | midipix | 1 | -2/+2 | |
2018-08-05 | build system: install-shared, install-static: added initial pkgconfig support. | midipix | 2 | -0/+132 | |
2017-10-19 | build system: allow cmdline overriding of the static archive's base name. | midipix | 1 | -1/+2 | |
2016-11-30 | build system: sofort/version.mk: install-soname: fix build target definition. | midipix | 1 | -3/+3 | |
2016-11-30 | build system: sofort/version.mk: install-solink: fix build target definition. | midipix | 1 | -3/+3 | |
2016-05-19 | build system: added support for [C|LD]FLAGS_LAST and [C|LD]FLAGS_ONCE. | midipix | 1 | -4/+5 | |
2016-05-10 | build system: upgrade build system, eliminate differences in core definitions. | midipix | 3 | -0/+203 | |
Prior to this patch, there were several differences between this project's build system and the one from which it was derived (sofort). Although the differences were very minor and for the most part related to this project being part of a free-standing, midipix-specific development framework, they still added an extra maintenance burden, specifically by requiring that common changes be applied via patch(1) rather than git-am(1). Following recent improvements to the common build system, it is now possible to have a free-standing, midipix-specific project without any changes to the core build system files, hence the current upgrade. |