mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Rene Liebscher <rliebscher@users.sourceforge.net>:
Install the scripts in the BeOS directory, allowing use from the distutils on BeOS systems. The target location has been adjusted to match that used for the AIX helper scripts. This closes SourceForge patch #101207.
This commit is contained in:
parent
3d0c77b37c
commit
b0b7e31709
1 changed files with 18 additions and 0 deletions
18
Makefile.in
18
Makefile.in
|
@ -405,6 +405,23 @@ libainstall: all
|
||||||
echo; echo "See Misc/AIX-NOTES for details."; \
|
echo; echo "See Misc/AIX-NOTES for details."; \
|
||||||
else true; \
|
else true; \
|
||||||
fi
|
fi
|
||||||
|
@if [ "$(MACHDEP)" == "beos" ] ; then \
|
||||||
|
echo; echo "Installing support files for building shared extension modules on BeOS:"; \
|
||||||
|
$(INSTALL_DATA) BeOS/README $(LIBPL)/README; \
|
||||||
|
echo; echo "$(LIBPL)/README"; \
|
||||||
|
$(INSTALL_DATA) BeOS/README.readline-2.2 $(LIBPL)/README.readline-2.2; \
|
||||||
|
echo "$(LIBPL)/README.readline-2.2"; \
|
||||||
|
$(INSTALL_DATA) BeOS/dl_export.h $(LIBPL)/dl_export.h; \
|
||||||
|
echo "$(LIBPL)/dl_export.h"; \
|
||||||
|
$(INSTALL_PROGRAM) BeOS/ar-fake $(LIBPL)/ar-fake; \
|
||||||
|
echo "$(LIBPL)/ar-fake"; \
|
||||||
|
$(INSTALL_PROGRAM) BeOS/linkcc $(LIBPL)/linkcc; \
|
||||||
|
echo "$(LIBPL)/linkcc"; \
|
||||||
|
$(INSTALL_PROGRAM) BeOS/linkmodule $(LIBPL)/linkmodule; \
|
||||||
|
echo "$(LIBPL)/linkmodule"; \
|
||||||
|
echo; echo "See BeOS/README for details."; \
|
||||||
|
else true; \
|
||||||
|
fi
|
||||||
|
|
||||||
# Install the dynamically loadable modules
|
# Install the dynamically loadable modules
|
||||||
# This goes into $(exec_prefix)
|
# This goes into $(exec_prefix)
|
||||||
|
@ -569,3 +586,4 @@ funny:
|
||||||
-o -name .cvsignore \
|
-o -name .cvsignore \
|
||||||
-o -name MANIFEST \
|
-o -name MANIFEST \
|
||||||
-o -print
|
-o -print
|
||||||
|
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue