mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
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 f83cfcafcb
)
This commit is contained in:
parent
9c1ba1108c
commit
a88e1ffd71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user