summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-07 17:38:26 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-07 17:38:26 (GMT)
commit8851c62b8175249249d2eebce95d2dcecd63cd03 (patch)
treec3a605ad07be3375b660adcb67448300efa8aaee /Mac
parentb93b3e790e0c9d8e929b0399c098f35f85033fe0 (diff)
downloadcpython-8851c62b8175249249d2eebce95d2dcecd63cd03.zip
cpython-8851c62b8175249249d2eebce95d2dcecd63cd03.tar.gz
cpython-8851c62b8175249249d2eebce95d2dcecd63cd03.tar.bz2
removed trailing tabs in several places, including after the final
newline
Diffstat (limited to 'Mac')
-rw-r--r--Mac/OSX/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index ecd2000..729f1ef 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -60,7 +60,7 @@ install_PythonLauncher:
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
pbxbuild -target PythonLauncher -buildstyle Deployment install \
DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
-
+
install_Python:
@if test ! -f $(DOCINDEX); then \
echo WARNING: you should run Apple Help Indexing Tool on $(DOCDIR); \
@@ -106,8 +106,8 @@ install_Python:
esac; \
done; \
done
- $(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/Python
-
+ $(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/Python
+
install_IDE:
@if ! $(BUILDPYTHON) -c "import waste"; then \
echo PythonIDE needs the \"waste\" extension module; \
@@ -161,13 +161,13 @@ install_IDLE:
$(srcdir)/Lib/idlelib/idle ; \
fi
-
+
install_BuildApplet:
$(BUILDPYTHON) $(srcdir)/Mac/scripts/BuildApplet.py \
--python $(INSTALLED_PYTHONW) \
--output $(DESTDIR)$(PYTHONAPPSDIR)/BuildApplet.app \
$(srcdir)/Mac/scripts/BuildApplet.py
-
+
MACLIBDEST=$(LIBDEST)/plat-mac
MACTOOLSDEST=$(prefix)/Mac/Tools
MACTOOLSSRC=$(srcdir)/Mac/Tools
@@ -220,7 +220,7 @@ installmacsubtree:
esac; \
done; \
done
-
+
$(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
$(BUILDPYTHON) -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
@@ -243,7 +243,7 @@ installunixtools:
echo "exec \"$(INSTALLED_PYTHONW)\" \"\$$@\"" >> pythonw.sh
$(INSTALL) pythonw.sh $(DESTDIR)$(bindir)/pythonw$(VERSION)
$(INSTALL_SYMLINK) pythonw$(VERSION) $(DESTDIR)$(bindir)/pythonw
-
+
installextras:
$(INSTALL) -d $(DESTDIR)$(PYTHONAPPSDIR)/Extras
$(INSTALL) $(srcdir)/Mac/OSX/Extras.ReadMe.txt $(DESTDIR)$(PYTHONAPPSDIR)/Extras/ReadMe
@@ -251,4 +251,3 @@ installextras:
$(DESTDIR)$(PYTHONAPPSDIR)/Extras/Demo
$(BUILDPYTHON) $(srcdir)/Mac/OSX/Extras.install.py $(srcdir)/Tools \
$(DESTDIR)$(PYTHONAPPSDIR)/Extras/Tools
- \ No newline at end of file