Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
autoconf: clean temporary file mak.append
author
Junio C Hamano
<junkio@cox.net>
Tue, 8 Aug 2006 20:42:35 +0000
(13:42 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 9 Aug 2006 00:19:28 +0000
(17:19 -0700)
When configure is interrupted in the middle it leaves
config.mak.append behind. Add it to .gitignore and make sure
$(MAKE) clean removes it.
Also earlier .gitignore listed config.mak.in which is a tracked
file. Fix it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
424adc5
)
diff --git
a/.gitignore
b/.gitignore
index fb0fa3f16a7c8a42c5d0d1be62666cc4ea4c6575..6e973b3d4bd107fb77df6b9394b87a7b79d96e0e 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-140,7
+140,7
@@
config.mak
autom4te.cache
config.log
config.status
-config.mak.in
config.mak.autogen
+config.mak.append
configure
git-blame
diff --git
a/Makefile
b/Makefile
index d8cc83507d4339181bc42a7593f516a11e53319c..d4297c27c13efc6a3a0e23d7b4df935c1015863b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-793,7
+793,7
@@
clean:
rm -f $(ALL_PROGRAMS) $(BUILT_INS) git$X
rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags
rm -rf autom4te.cache
- rm -f config
.log config.mak.autogen configure
config.status config.cache
+ rm -f config
ure config.log config.mak.autogen config.mak.append
config.status config.cache
rm -rf $(GIT_TARNAME) .doc-tmp-dir
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
rm -f $(htmldocs).tar.gz $(manpages).tar.gz