From: Russ Allbery Date: Sat, 21 Feb 2009 20:52:34 +0000 (+0000) Subject: DEVEL15-libafs-tree-clean-target-20090221 X-Git-Tag: openafs-devel-1_5_58~132 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a88e1ffd71bb8dd24915079bceba9836cc59f826;p=packages%2Fo%2Fopenafs.git DEVEL15-libafs-tree-clean-target-20090221 LICENSE IPL10 Add clean and distclean targets to the libafs_tree Makefile, based on suggestions by jhutz. (cherry picked from commit f83cfcafcbec8a953161fad300073b85a4215a03) --- diff --git a/Makefile-libafs.in b/Makefile-libafs.in index 64f78845b..8ef8abaf3 100644 --- a/Makefile-libafs.in +++ b/Makefile-libafs.in @@ -7,3 +7,10 @@ all: cd src && cd libafs && $(MAKE) + +clean: + cd src && cd libafs && $(MAKE) clean + +distclean: clean + rm -f Makefile src/config/Makefile.config src/config/Makefile.version \ + src/libafs/Makefile.common src/libafs/Makefile