Mercurial > mplayer.hg
changeset 32999:0aa4bfd6314e
make buildlogs in debian/ubuntu buildlogs verbose
author | siretart |
---|---|
date | Sun, 20 Mar 2011 11:23:39 +0000 |
parents | 7de25b2a687e |
children | 1c441d857d51 |
files | debian/rules |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/rules Sun Mar 20 11:22:34 2011 +0000 +++ b/debian/rules Sun Mar 20 11:23:39 2011 +0000 @@ -104,7 +104,7 @@ $(CLEAN_ENV) \ ./configure $(CONFIGURE_FLAGS) --disable-gui $(CLEAN_ENV) \ - $(MAKE) $(NUMJOBS) mplayer mencoder + $(MAKE) $(NUMJOBS) mplayer mencoder V=1 $(MAKE) install-mplayer DESTDIR=$(CURDIR)/debian/mplayer $(MAKE) install-mplayer-man DESTDIR=$(CURDIR)/debian/mplayer $(MAKE) install-mencoder DESTDIR=$(CURDIR)/debian/mencoder @@ -118,7 +118,7 @@ $(CLEAN_ENV) \ ./configure $(CONFIGURE_FLAGS) --enable-gui $(CLEAN_ENV) \ - $(MAKE) $(NUMJOBS) mplayer + $(MAKE) $(NUMJOBS) mplayer V=1 install -D -m 755 mplayer $(CURDIR)/debian/mplayer-gui/usr/bin/gmplayer install -D -m 644 etc/mplayer.desktop \ $(CURDIR)/debian/mplayer-gui/usr/share/applications/mplayer.desktop