summaryrefslogtreecommitdiffhomepage
path: root/sysinfo/version.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-12-30build system: major overhaul: removed sysinfo, integrated ccenv.midipix1-72/+0
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-24build system: version.sh: set -eu, remove no-longer-needed exit statements.midipix1-3/+5
2018-12-24bulid system: version.sh: sub-shell syntax: replace backquotes with $().midipix1-3/+3
2016-12-18build system: version.sh: create output directory as needed.midipix1-0/+1
2016-05-10build system: upgrade build system, eliminate differences in core definitions.midipix1-0/+61
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.