git.ckatri.com
/
cgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb7485e
)
Makefile: do not touch the git objects with `make clean`
author
Lars Hjemli
<hjemli@gmail.com>
Tue, 22 Jul 2008 17:58:37 +0000
(19:58 +0200)
committer
Lars Hjemli
<hjemli@gmail.com>
Tue, 22 Jul 2008 17:58:37 +0000
(19:58 +0200)
I've been avoiding `make clean` for a long time due to its eagerness to kill
all the git objectfiles.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e807d1e48e9b850309ac5a0deb2e5ebc263d278b..a1f961b3a88a13e7727117864a167e9fb4bcd05c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-121,7
+121,6
@@
uninstall:
clean:
rm -f cgit VERSION *.o *.d
- cd git && $(MAKE) clean
distclean: clean
git clean -d -x