mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 18:33:38 +08:00
Woody is past history
This commit is contained in:
parent
8a7c44ed8b
commit
01f75e6f6d
20
Makefile.am
20
Makefile.am
@ -592,30 +592,12 @@ share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
|
||||
endif
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Building specific source packages
|
||||
###############################################################################
|
||||
|
||||
dist-woody: distdir
|
||||
$(remove_distdir_woody)
|
||||
mv $(distdir) $(PACKAGE)-woody-$(VERSION)
|
||||
$(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
|
||||
$(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
|
||||
| GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
|
||||
$(remove_distdir_woody)
|
||||
|
||||
remove_distdir_woody = \
|
||||
{ test ! -d $(PACKAGE)-woody-$(VERSION) \
|
||||
|| { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
|
||||
-exec chmod u+w {} ';' \
|
||||
&& rm -fr $(PACKAGE)-woody-$(VERSION); }; }
|
||||
|
||||
###############################################################################
|
||||
# Building architecture-specific binary packages
|
||||
###############################################################################
|
||||
|
||||
# XXX: this rule is probably only useful to you if you have exactly
|
||||
# the same setup as me. Contact sam@zoy.org if you need to use it.
|
||||
# the same setup as the maintaner(s).
|
||||
#
|
||||
|
||||
package-win-common:
|
||||
|
Loading…
Reference in New Issue
Block a user