]> git.sesse.net Git - vlc/commitdiff
contrib: 'make' is now 'make using-bin' on Mac OS X/intel
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 22 Sep 2008 20:29:18 +0000 (22:29 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 22 Sep 2008 20:29:18 +0000 (22:29 +0200)
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.

extras/contrib/Makefile

index 4d7a2bcce23e38bebd710d2039f89e1cc5191962..edb9e8bd08b1129be733cfc485dadc8fe0a5ef3a 100644 (file)
@@ -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