git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2290db5
)
libafs-tree-clean-target-20090221
author
Russ Allbery
<rra@stanford.edu>
Sat, 21 Feb 2009 20:51:08 +0000 (20:51 +0000)
committer
Russ Allbery
<rra@stanford.edu>
Sat, 21 Feb 2009 20:51:08 +0000 (20:51 +0000)
LICENSE IPL10
Add clean and distclean targets to the libafs_tree Makefile, based on
suggestions by jhutz.
Makefile-libafs.in
patch
|
blob
|
history
diff --git
a/Makefile-libafs.in
b/Makefile-libafs.in
index
64f7884
..
8ef8aba
100644
(file)
--- 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