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: Makefile.pre.in: commoninstall: reformat
Type: behavior Stage:
Components: Build Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: dilyan.palauzov
Priority: normal Keywords: easy

Created on 2017-08-12 17:58 by dilyan.palauzov, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg300204 - (view) Author: Дилян Палаузов (dilyan.palauzov) Date: 2017-08-12 17:58
When @FRAMEWORKALTINSTALLLAST@ expands to "", the last line of recipe commoninstall in the resulting Makefile consists solely of two tabs, for which emacs complains as "suspicious line".


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1069,8 +1069,7 @@ altinstall: commoninstall
 
 commoninstall:  @FRAMEWORKALTINSTALLFIRST@ \
                altbininstall libinstall inclinstall libainstall \
-               sharedinstall oldsharedinstall altmaninstall \
-               @FRAMEWORKALTINSTALLLAST@
+               sharedinstall oldsharedinstall altmaninstall @FRAMEWORKALTINSTALLLAST@
 
 # Install shared libraries enabled by Setup
 DESTDIRS=      $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)
History
Date User Action Args
2022-04-11 14:58:50adminsetgithub: 75371
2022-01-04 22:33:51iritkatrielsetkeywords: + easy
type: behavior
versions: + Python 3.9, Python 3.10, Python 3.11, - Python 3.7
2017-08-12 17:58:52dilyan.palauzovcreate