Remove snapshot from Mac binary build
authorisaacs <i@izs.me>
Sat, 7 Jan 2012 00:30:46 +0000 (16:30 -0800)
committerisaacs <i@izs.me>
Sat, 7 Jan 2012 00:31:03 +0000 (16:31 -0800)
Makefile

index 201f65a..c9e8e4d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -162,8 +162,8 @@ pkg: $(PKG)
 
 $(PKG):
        -rm -rf $(PKGDIR)
-       $(WAF) configure --prefix=/usr/local
-       DESTDIR=$(PKGDIR) $(WAF) install 
+       $(WAF) configure --prefix=/usr/local --without-snapshot
+       DESTDIR=$(PKGDIR) $(WAF) install
        $(packagemaker) \
                --id "org.nodejs.NodeJS-$(VERSION)" \
                --doc tools/osx-pkg.pmdoc \