[vlc-devel] commit: Contrib: consistency between Makefile and src/Makefile ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Jan 9 16:49:13 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 9 16:47:26 2010 +0100| [a902512ec6e83cb38d4a01875396029aa95e1c11] | committer: Jean-Baptiste Kempf
Contrib: consistency between Makefile and src/Makefile
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a902512ec6e83cb38d4a01875396029aa95e1c11
---
extras/contrib/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index 7ccc993..b7d3a47 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -76,16 +76,17 @@ using-bin: hosts/$(HOST)/.$(CONTRIBREV)
endif
-clean-src:
+clean:
rm -rf $(BUILDDIRS)
- $(MAKE) -C src clean-src
+ $(MAKE) -C src clean
clean-bin:
rm -rf $(BUILDDIRS)
$(MAKE) -C src clean-dots
-clean:
- $(MAKE) clean-src
+distclean:
+ $(MAKE) clean
+ $(MAKE) -C src clean-src
rm -rf config.mak distro.mak
bin: using-bin
More information about the vlc-devel
mailing list