Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Clean generated deb files.
author
Junio C Hamano
<junkio@cox.net>
Fri, 12 Aug 2005 01:52:34 +0000
(18:52 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 12 Aug 2005 01:52:34 +0000
(18:52 -0700)
Do not forgot that we have a separate git-tk package these days.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4118427
)
diff --git
a/Makefile
b/Makefile
index e0ea88fbae386ed17e0c0ff2c4882e8dc71f36c3..e8441af577cca50ba13369a8e3cb98b3a7ea0268 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-244,7
+244,8
@@
deb: dist
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
- rm -f $(GIT_TARNAME).tar.gz git-core.spec git-core_$(GIT_VERSION)-*.deb
+ rm -f $(GIT_TARNAME).tar.gz git-core.spec
+ rm -f git-core_$(GIT_VERSION)-*.deb git-tk_$(GIT_VERSION)-*.deb
rm -rf $(GIT_TARNAME)
$(MAKE) -C tools/ clean
$(MAKE) -C Documentation/ clean