Hi, please add a distclean target which removes all files that are not part of the source tarball. distclean would depend on clean and additional remove all Makefiles. A patch that does this is attached.
-- Benjamin Drung Debian & Ubuntu Developer
diff --git a/Makefile.tail b/Makefile.tail index 2d567e9..15f788d 100644 --- a/Makefile.tail +++ b/Makefile.tail @@ -28,3 +28,9 @@ clean: cd $(TESTPROGS_DIR) ; $(MAKE) clean cd $(MEDIA_SERVER_DIR) ; $(MAKE) clean cd $(PROXY_SERVER_DIR) ; $(MAKE) clean + +distclean: clean + -rm -f $(LIVEMEDIA_DIR)/Makefile $(GROUPSOCK_DIR)/Makefile \ + $(USAGE_ENVIRONMENT_DIR)/Makefile $(BASIC_USAGE_ENVIRONMENT_DIR)/Makefile \ + $(TESTPROGS_DIR)/Makefile $(MEDIA_SERVER_DIR)/Makefile \ + $(PROXY_SERVER_DIR)/Makefile Makefile
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel