]> granicus.if.org Git - python/commitdiff
Give compileall a -d option so it works correctly in the face of
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 21 Jun 2003 22:07:16 +0000 (22:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 21 Jun 2003 22:07:16 +0000 (22:07 +0000)
DESTDIR being non-null.

Mac/OSX/Makefile

index 5dcb42d291d15da712565fc67ae4d81f9d845c4f..5720069998c57576680fdaf9b7417c31deaffea0 100644 (file)
@@ -223,8 +223,8 @@ installmacsubtree:
        
 
        $(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
-       $(BUILDPYTHON) -Wi -tt $(compileall) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
-       $(BUILDPYTHON) -O -Wi -tt $(compileall) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
+       $(BUILDPYTHON) -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
+       $(BUILDPYTHON) -O -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
 
 #
 # We use the full name here in stead of $(INSTALLED_PYTHONW), because