[vlc-devel] commit: contribs: remove reference to old stuff ( Rafaël Carré )

git version control git at videolan.org
Wed May 7 16:21:34 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed May  7 16:22:50 2008 +0200| [706dcc60465ba3aa7d159b5b3c262c68e978b9d9]

contribs: remove reference to old stuff

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=706dcc60465ba3aa7d159b5b3c262c68e978b9d9
---

 extras/contrib/Makefile |   42 +++++++-----------------------------------
 extras/contrib/README   |    2 --
 2 files changed, 7 insertions(+), 37 deletions(-)

diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index 6367d14..84e1848 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -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:
-
diff --git a/extras/contrib/README b/extras/contrib/README
index 082042d..72dd6ca 100644
--- a/extras/contrib/README
+++ b/extras/contrib/README
@@ -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.




More information about the vlc-devel mailing list