]> git.ipfire.org Git - thirdparty/make.git/commit
Rework the creation of build.sh so it's not a template.
authorPaul Smith <psmith@gnu.org>
Sun, 8 Sep 2019 19:41:20 +0000 (15:41 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 9 Sep 2019 22:38:31 +0000 (18:38 -0400)
commitbde990bfeaa8797723e11cad216a9b074fa804fa
treef311ba982969eb3ee6ea4370b7e7791d5e10f076
parent60e54608bdfa29c57ac4d934f413a8cf100c38d2
Rework the creation of build.sh so it's not a template.

* build.sh: Rename from build.template.  Get the list of objects
from the Makefile.  Move configure-replaced variables ...
* build.cfg.in: to this new .in file.
* configure.ac: Remove special handling of build.sh.in and add
build.cfg as a generated file.
* Makefile.am (EXTRA_DIST): Remove build.sh.in and add build.sh
and build.cfg.in for build.sh.in.
* maintMakefile: Remove handling for build.template.  Treat
build.sh as a source file, not a generated file.
* .gitignore: Ignore generated build.cfg file.
.gitignore
Makefile.am
build.cfg.in [new file with mode: 0644]
build.sh [new file with mode: 0755]
build.template [deleted file]
configure.ac
maintMakefile