This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: last try: INSTALL_SCRIPT
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nascheme Nosy List: gvanrossum, nascheme
Priority: normal Keywords: patch

Created on 2001-03-06 13:28 by anonymous, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch-Makefile.pre.in nobody, 2001-03-06 13:28 Makefile.pre.in.diff
Messages (3)
msg36017 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-03-06 13:28
see diff
msg36018 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-04-10 22:13
Logged In: YES 
user_id=6380

Assigned to Neil for review.

Note: the originator (Thomas Gellekum) included the
following
text in his patch:

"""
The following patch changes calls of $INSTALL_PROGRAM to
$INSTALL_SCRIPT. On some systems, $INSTALL_PROGRAM might be
defined in
the environment with the `-s' option to install(1). This
fails when
the installed file is not a binary. $INSTALL_SCRIPT is used
in this
case. For other systems, this patch shouldn't change
anything, because
$INSTALL_SCRIPT is defined as $INSTALL_PROGRAM in configure.
"""
msg36019 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2001-04-10 23:04
Logged In: YES 
user_id=35752

Checked in (version 1.33 of Makefile.pre.in).
History
Date User Action Args
2022-04-10 16:03:49adminsetgithub: 34076
2001-03-06 13:28:47anonymouscreate