From: Pierre d'Herbemont Date: Mon, 22 Sep 2008 20:29:18 +0000 (+0200) Subject: contrib: 'make' is now 'make using-bin' on Mac OS X/intel X-Git-Tag: 1.0.0-pre1~2973 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1a67c58c908aedf022ba8e4db536b876d2886540;p=vlc contrib: 'make' is now 'make using-bin' on Mac OS X/intel Use 'make using-src' or 'make src' to build from source. Then 'make package-macosx' to generate a contrib package. This package has to be uploaded to ftp.videolan.org/pub/videolan/testing/contrib/package-macosx-ARCH-REV.tar.bz2. And update the contrib Makefile to use the new REV. --- diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile index 4d7a2bcce2..edb9e8bd08 100644 --- a/extras/contrib/Makefile +++ b/extras/contrib/Makefile @@ -27,9 +27,20 @@ include ./config.mak BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk -all: +ifdef HAVE_DARWIN_OS_ON_INTEL +TARGETALL=using-bin +else +TARGETALL=using-src +endif + +all: $(TARGETALL) + +using-src: $(MAKE) -C src +# shortcut +src: using-src + ifdef HAVE_DARWIN_OS CONTRIBREV=20080922