Commit 01f75e6f authored by Christophe Mutricy's avatar Christophe Mutricy

Woody is past history

parent 8a7c44ed
...@@ -592,30 +592,12 @@ share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc ...@@ -592,30 +592,12 @@ share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
endif 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 # Building architecture-specific binary packages
############################################################################### ###############################################################################
# XXX: this rule is probably only useful to you if you have exactly # 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: package-win-common:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment