[vlc-commits] commit: Makefile: remove BeOS make (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Sat Jul 3 16:40:47 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 3 16:39:15 2010 +0200| [4a25a7f26f9b44680c12332a675d71cb7a642ebc] | committer: Jean-Baptiste Kempf
Makefile: remove BeOS make
BeOS is dead and unmaintained
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a25a7f26f9b44680c12332a675d71cb7a642ebc
---
Makefile.am | 38 --------------------------------------
1 files changed, 0 insertions(+), 38 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0648769..f85fea6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -937,44 +937,6 @@ package-wince-base-zip: package-wince-base
package-wince: package-wince-base-zip package-win32-cleanup
-#####################################################################
-## BeOS ##
-#####################################################################
-package-beos:
-# Check that tmp isn't in the way
- @if test -e $(srcdir)/tmp; then \
- echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
- false ; \
- else \
- echo "OK." ; mkdir $(srcdir)/tmp ; \
- fi
-
-# Copy relevant files
- mkdir -p $(srcdir)/tmp/vlc
- cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
- THANKS NEWS tmp/vlc/
-
-# Create debug package
- xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
- find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
- mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
- (cd $(srcdir)/tmp && zip -9 -r vlc-$(VERSION)-BeOS-debug.zip vlc-$(VERSION) )
- mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS-debug.zip $(srcdir)/
- mv $(srcdir)/tmp/vlc-$(VERSION) $(srcdir)/tmp/vlc
-
-# Create normal package
- $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc
- find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
- --strip-debug --strip-unneeded "{}" \;
- xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
- find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
- mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
- (cd $(srcdir)/tmp && zip -9 -r vlc-$(VERSION)-BeOS.zip vlc-$(VERSION) )
- mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS.zip $(srcdir)/
-
-# Clean up
- rm -Rf $(srcdir)/tmp
-
#########################################################################
## MacOS X ##
#########################################################################
More information about the vlc-commits
mailing list