summaryrefslogtreecommitdiff
path: root/sysinfo
AgeCommit message (Collapse)AuthorFilesLines
2018-12-25build system: version.sh: silence git errors with a non-git source tree.midipix1-2/+2
2018-12-25build system: version.sh: cvdate: fallback to $(date) as needed.midipix1-1/+1
2018-12-25build system: create the ``build'' directory via the dirs.tag make target.midipix1-3/+2
2018-12-24build system: version.sh: generate macro for date of last git commit.midipix1-3/+12
2018-12-23build system: target & native cchost logic: initial clean-up.midipix1-48/+0
2018-12-23build system: version.sh: set -eu, remove no-longer-needed exit statements.midipix1-3/+5
2018-12-23bulid system: version.sh: sub-shell syntax: replace backquotes with $().midipix1-3/+3
2018-11-25build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib.midipix1-1/+0
2018-11-25build system: PE, ELF: defined DSO_REF_VER, DSO_REF_SONAME, DSO_REF_SOLINK.midipix2-0/+8
These definitions come in handy when a project generates alongside its ``primary shared library'' one or more ``extension libraries'' that depend on it. When the rules for generating extension libraries use the $^ directive, the above dependency must be declared in a target-aware manner. In most cases, one would want to express this dependency by way of $(DSO_REF_SONAME), thereby pulling in lib/libfoo.so.$(MAJOR) on ELF targets, lib/libfoo.$(MAJOR).lib.a on midipix targets, and lib/libfoo.$(MAJOR).dll.a on win32 targets.
2018-11-25build system: sysinfo: bsd/linux: remove implib .PHONY defs (are in elf.mk).midipix2-4/+0
2018-11-22build system: created skeleton.midipix28-0/+585