move standalone building code out of Makefile and into Build.Standalone
authorJoey Hess <joeyh@joeyh.name>
Mon, 3 Aug 2020 17:43:21 +0000 (13:43 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 3 Aug 2020 18:15:03 +0000 (14:15 -0400)
commite62817c00d7af0b1fc25cb920859ee5d7390068c
tree9287f7cb6eb2356f068be8048a57c28197e5789e
parent465842f3f61a0a81c7e58b351ac6dd691363a192
move standalone building code out of Makefile and into Build.Standalone

This includes making Build.Standalone run LinuxMkLibs or OSXMkLibs
rather than doing that separately. Which is groundwork for a later
optimisation.

Also it simplified the code some.
.gitignore
Build/LinuxMkLibs.hs
Build/OSXMkLibs.hs
Build/Standalone.hs
Makefile
standalone/linux/skel/runshell