]> git.sesse.net Git - vlc/commitdiff
contribs: remove reference to old stuff
authorRafaël Carré <funman@videolan.org>
Wed, 7 May 2008 14:22:50 +0000 (16:22 +0200)
committerRafaël Carré <funman@videolan.org>
Wed, 7 May 2008 14:22:50 +0000 (16:22 +0200)
extras/contrib/Makefile
extras/contrib/README

index 6367d148f12091a8faa5a58731c58bf5f23f4886..84e18482444d0e79c629fdefcba1cb44dc7a652d 100644 (file)
@@ -27,51 +27,25 @@ include ./config.mak
 
 BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk
 
-all: FORCE
-#      @echo "Do you mean to make src or make bin ?"
-       @echo "    'make bin' isn't functional at the moment,"
-       @echo "    running 'make src' instead..."
-       $(MAKE) src
-
-src: FORCE
+all:
        $(MAKE) -C src all
 
-contrib-macosx.tar.bz2: FORCE
+contrib-macosx.tar.bz2:
        $(WGET) $(CONTRIB_URL)
 
-bin: FORCE
-       @echo "make bin isn't in a functional state at this moment. Please use make src"
-
-#The disabled make bin
-#bin: contrib-macosx.tar.bz2
-#      @if test -d tmp; then \
-#              echo "Move away ./tmp, it's in the way" ; \
-#              exit 1 ; \
-#      fi
-#      mkdir tmp
-#      bunzip2 -c $< | (cd tmp; tar xf -)
-#      ./change_prefix.sh tmp @@CONTRIB_PREFIX@@ $(PREFIX)
-#      (cd tmp; tar cf - .) | tar xf -
-#      rm -rf tmp
-#      ranlib lib/*\.a
-
-clean-src: FORCE
+clean-src:
        rm -rf $(BUILDDIRS)
        $(MAKE) -C src clean-src
 
-clean-bin: FORCE
+clean-bin:
        rm -rf $(BUILDDIRS)
        $(MAKE) -C src clean-dots
 
-clean: FORCE
-#      @echo "    Do you mean to clean-src or clean-bin ?"
-       @echo "    'make bin' isn't available at the moment"
-       @echo "    you probably wanna run 'make clean-src' then"
-       @echo "    you can still run 'make clean-bin' manually if needed"
+clean:
        $(MAKE) clean-src
        rm -rf config.mak distro.mak
 
-package-macosx: FORCE
+package-macosx:
        @if test -d tmp; then \
                echo "Move away ./tmp, it's in the way" ; \
                exit 1 ; \
@@ -86,7 +60,7 @@ package-macosx: FORCE
 
 DISTDIR = usr/win32
 
-package-win32: FORCE
+package-win32:
        @if test -d tmp; then \
                echo "Move away ./tmp, it's in the way" ; \
                exit 1 ; \
@@ -114,5 +88,3 @@ package-win32: FORCE
 # Tar it.
        (cd tmp; tar cf - $(DISTDIR)) | bzip2 -c > contrib-`date +%Y%m%d`-win32-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-runtime-`/bin/echo -e "#include <_mingw.h>\n__MINGW32_VERSION"|$(CC) -E -|grep -v ^#|grep -v ' '`-only.tar.bz2
        rm -rf tmp
-FORCE:
-
index 082042d5c08ebbf928aea702efcd3f81890d3353..72dd6ca9497d9e8eeee4b8d227cb75948e6903ab 100644 (file)
@@ -19,8 +19,6 @@ building from source (can take a long time but is easily customizable)
 and fetching a pre-compiled binary package. Either type 'make src'
 or 'make bin' (also from the contrib directory).
 
-make bin IS NOT WORKING atm USE make src
-
 Once the contribs are built, you can start building VLC.
 See: http://developers.videolan.org/vlc/osx-compile.html 
 or INSTALL.win32 for more details on that.