[distcc] Another small patch

Wayne Davison wayned at users.sourceforge.net
Tue Jul 15 16:56:10 GMT 2003


I noticed that "make clean" wasn't cleaning up the lzo subdir.  The
appended patch fixes this.

..wayne..
-------------- next part --------------
--- Makefile.in	15 Jul 2003 08:18:13 -0000	1.253
+++ Makefile.in	15 Jul 2003 16:50:59 -0000
@@ -436,7 +436,7 @@
 ## CLEAN targets
 
 # Also clean binaries which are optionally built
-clean: clean-autoconf
+clean: clean-autoconf clean-lzo
 	rm -f src/*.o popt/*.o
 	rm -f $(check_PROGRAMS) $(bin_PROGRAMS)
 	rm -f distccmon-gnome
@@ -444,6 +444,9 @@
 
 clean-autoconf:
 	rm -f config.cache config.log
+
+clean-lzo:
+	cd lzo && $(MAKE) clean
 
 maintainer-clean: distclean maintainer-clean-web  \
 	maintainer-clean-autoconf clean


More information about the distcc mailing list