Changeset 706dcc60465ba3aa7d159b5b3c262c68e978b9d9

Show
Ignore:
Timestamp:
07/05/08 16:22:50 (5 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1210170170 +0200
git-parent:

[82a358acc2f5a2d2b795b4d5ef9458972938ffa2]

git-author:
Rafaël Carré <funman@videolan.org> 1210170170 +0200
Message:

contribs: remove reference to old stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/Makefile

    rc12d692 r706dcc6  
    2828BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk 
    2929 
    30 all: FORCE 
    31 #   @echo "Do you mean to make src or make bin ?" 
    32     @echo "    'make bin' isn't functional at the moment," 
    33     @echo "    running 'make src' instead..." 
    34     $(MAKE) src 
    35  
    36 src: FORCE 
     30all: 
    3731    $(MAKE) -C src all 
    3832 
    39 contrib-macosx.tar.bz2: FORCE 
     33contrib-macosx.tar.bz2: 
    4034    $(WGET) $(CONTRIB_URL) 
    4135 
    42 bin: FORCE 
    43     @echo "make bin isn't in a functional state at this moment. Please use make src" 
    44  
    45 #The disabled make bin 
    46 #bin: contrib-macosx.tar.bz2 
    47 #   @if test -d tmp; then \ 
    48 #       echo "Move away ./tmp, it's in the way" ; \ 
    49 #       exit 1 ; \ 
    50 #   fi 
    51 #   mkdir tmp 
    52 #   bunzip2 -c $< | (cd tmp; tar xf -) 
    53 #   ./change_prefix.sh tmp @@CONTRIB_PREFIX@@ $(PREFIX) 
    54 #   (cd tmp; tar cf - .) | tar xf - 
    55 #   rm -rf tmp 
    56 #   ranlib lib/*\.a 
    57  
    58 clean-src: FORCE 
     36clean-src: 
    5937    rm -rf $(BUILDDIRS) 
    6038    $(MAKE) -C src clean-src 
    6139 
    62 clean-bin: FORCE 
     40clean-bin: 
    6341    rm -rf $(BUILDDIRS) 
    6442    $(MAKE) -C src clean-dots 
    6543 
    66 clean: FORCE 
    67 #   @echo "    Do you mean to clean-src or clean-bin ?" 
    68     @echo "    'make bin' isn't available at the moment" 
    69     @echo "    you probably wanna run 'make clean-src' then" 
    70     @echo "    you can still run 'make clean-bin' manually if needed" 
     44clean: 
    7145    $(MAKE) clean-src 
    7246    rm -rf config.mak distro.mak 
    7347 
    74 package-macosx: FORCE 
     48package-macosx: 
    7549    @if test -d tmp; then \ 
    7650        echo "Move away ./tmp, it's in the way" ; \ 
     
    8761DISTDIR = usr/win32 
    8862 
    89 package-win32: FORCE 
     63package-win32: 
    9064    @if test -d tmp; then \ 
    9165        echo "Move away ./tmp, it's in the way" ; \ 
     
    11589    (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 
    11690    rm -rf tmp 
    117 FORCE: 
    118  
  • extras/contrib/README

    r3494f7e r706dcc6  
    1919and fetching a pre-compiled binary package. Either type 'make src' 
    2020or 'make bin' (also from the contrib directory). 
    21  
    22 make bin IS NOT WORKING atm USE make src 
    2321 
    2422Once the contribs are built, you can start building VLC.