projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e7fbc
)
"make clean" should also clean up documentation
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 21 May 2005 16:59:37 +0000
(09:59 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 21 May 2005 16:59:37 +0000
(09:59 -0700)
(Or, if somebody disagrees, we should have a "make distclean").
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
b13edab
..
cef21b7
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-132,6
+132,7
@@
test: all
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
+ make -C Documentation/ clean
backup: clean
cd .. ; tar czvf dircache.tar.gz dir-cache