git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f85639c
)
"make clean" should clean up after a rpm build
author
Linus Torvalds
<redacted>
Tue, 12 Jul 2005 17:12:52 +0000
(10:12 -0700)
committer
Linus Torvalds
<redacted>
Tue, 12 Jul 2005 17:12:52 +0000
(10:12 -0700)
There's a few generated files that we left behind.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0bfa0c1ee446d4d2d8fae4792f0a4e60096b7c96..160579ee2d8a14ebc493037bd68da07c82da11af 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-192,6
+192,7
@@
test: all
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
+ rm -f git-core-*.tar.gz git-core.spec
$(MAKE) -C Documentation/ clean
backup: clean
git clone https://git.99rst.org/PROJECT