Skip to content

Commit c4609b0

Browse files
committed
Don't warn about the existence of the forbuild log and status files. (dm)
git-svn-id: svn://mielke.cc/main/brltty@7471 91a5dbb7-01b9-0310-9b5f-b28072856b6e
1 parent 859992e commit c4609b0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ Makefile
22
absdeps.mk
33
reldeps.mk
44
configure
5-
config.status
6-
config.log
75
autom4te*.cache
6+
config.log
7+
config.status
88
config.mk
99
config.h
10+
forbuild.log
11+
forbuild.status
1012
forbuild.mk
1113
forbuild.h
1214
brltty.spec

Makefile.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ distclean:: clean
9191
-cd $(DOC_DIR) && $(MAKE) $@
9292
$(ITERATE)
9393
-rm -f brltty.spec
94-
-rm -f config.log config.cache config.status
9594
-rm -fr autom4te*.cache
95+
-rm -f config.log config.cache config.status
9696
-rm -f config.mk config.h
97+
-rm -f forbuild.log forbuild.cache forbuild.status
9798
-rm -f forbuild.mk forbuild.h

0 commit comments

Comments
 (0)