From a4663d81cc2de238bd8a61f984489ed9b62fb758 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 15 Oct 2018 14:19:52 +0200 Subject: [PATCH] fixes in Tools/{getopt,Tcl} build-scripts --- Tools/Tcl/build | 2 +- Tools/getopt/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/Tcl/build b/Tools/Tcl/build index e157b5a..3b0104e 100755 --- a/Tools/Tcl/build +++ b/Tools/Tcl/build @@ -1,7 +1,7 @@ #!/usr/bin/env modbuild pbuild::set_download_url "ftp://ftp.tcl.tk/pub/tcl/tcl8_6/tcl$V-src.tar.gz" -pbuild::set_docfiles 'license.terms' 'README' +pbuild::install_docfiles 'license.terms' 'README' pbuild::configure() { case ${OS} in diff --git a/Tools/getopt/build b/Tools/getopt/build index 5abab69..f0f43ff 100755 --- a/Tools/getopt/build +++ b/Tools/getopt/build @@ -35,7 +35,7 @@ pbuild::install() { } pbuild::cleanup_build() { - make -e realclean + : } pbuild::make_all