]> git.sesse.net Git - vlc/commitdiff
* let's run 'make clean-src' when typing 'make clean', since make clean-bin won't...
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 18 Oct 2005 21:02:04 +0000 (21:02 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 18 Oct 2005 21:02:04 +0000 (21:02 +0000)
extras/contrib/Makefile

index 8ab5ca53c5458fbd3400357b065c37c9c4e402bf..f975c1e7763b52dbd3555d5fabec71cfd7fe2a90 100644 (file)
@@ -60,7 +60,11 @@ clean-bin: FORCE
        $(MAKE) -C src clean-dots
 
 clean: FORCE
-       @echo "Do you mean to clean-src or clean-bin ?"
+#      @echo "    Do you mean to clean-src or clean-bin ?"
+       @echo "    'make bin' isn't available at the moment"
+       @echo "    you probably wanna run 'make clean-src' then"
+       @echo "    you can still run 'make clean-bin' manually if needed"
+       $(MAKE) clean-src
 
 package: FORCE
        @if test -d tmp; then \