[vlc-devel] commit: Remove legacy nice target ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 14 21:26:21 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 14 22:25:05 2010 +0200| [f5e900bebbc632f36190edd5cdd71273e669abff] | committer: Rémi Denis-Courmont 

Remove legacy nice target

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

 Makefile.am       |    4 ----
 modules/common.am |    5 -----
 src/Makefile.am   |    3 ---
 3 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index f89518c..0823621 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -335,10 +335,6 @@ doc:
 
 .PHONY: libvlc core doc
 
-#To get some nice output
-nice:
-	$(top_builddir)/compile
-
 if HAVE_BEOS
 noinst_DATA = vlc-bundle
 vlc-bundle: vlc
diff --git a/modules/common.am b/modules/common.am
index 4eaeb42..b83cb1b 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -33,8 +33,3 @@ if MAINTAINER_MODE
 $(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf
 	cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir)
 endif
-
-nice:
-	$(top_builddir)/compile
-
-.PHONY: nice
diff --git a/src/Makefile.am b/src/Makefile.am
index 05e3f14..15e5515 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -171,9 +171,6 @@ EXTRA_DIST += libvlc_win32_rc.rc.in
 # Building libvlc
 ###############################################################################
 
-nice:
-	$(top_builddir)/compile
-
 lib_LTLIBRARIES = libvlccore.la libvlc.la
 
 AM_LDFLAGS = -no-undefined




More information about the vlc-devel mailing list