Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 361e553

Browse files
committed
remove usage of cachesrc.py in Mac/Makefile
1 parent 257060a commit 361e553

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Mac/Makefile.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ APPSUBDIRS=MacOS Resources Resources/English.lproj \
4343
Resources/English.lproj/Documentation/ide
4444
DOCDIR=$(srcdir)/Resources/app/Resources/English.lproj/Documentation
4545
DOCINDEX=$(DOCDIR)/"Documentation idx"
46-
CACHERSRC=$(srcdir)/scripts/cachersrc.py
4746
compileall=$(srcdir)/../Lib/compileall.py
4847

4948
installapps: install_Python install_BuildApplet install_PythonLauncher \
@@ -225,7 +224,6 @@ installmacsubtree:
225224
done
226225

227226

228-
$(RUNSHARED) $(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
229227
$(RUNSHARED) $(BUILDPYTHON) -Wi $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
230228
$(RUNSHARED) $(BUILDPYTHON) -O -Wi $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
231229

0 commit comments

Comments
 (0)