Disable autom4te cache.
This commit is contained in:
parent
a5a658ab48
commit
f34f6037e8
3
.autom4te.cfg
Normal file
3
.autom4te.cfg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
begin-language: "Autoconf-without-aclocal-m4"
|
||||||
|
args: --no-cache
|
||||||
|
end-language: "Autoconf-without-aclocal-m4"
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,5 @@
|
|||||||
/*.gcov.*
|
/*.gcov.*
|
||||||
|
|
||||||
/autom4te.cache/
|
|
||||||
|
|
||||||
/bin/jemalloc.sh
|
/bin/jemalloc.sh
|
||||||
|
|
||||||
/config.stamp
|
/config.stamp
|
||||||
|
@ -400,7 +400,6 @@ clean:
|
|||||||
rm -f $(objroot)*.gcov.*
|
rm -f $(objroot)*.gcov.*
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf $(objroot)autom4te.cache
|
|
||||||
rm -f $(objroot)bin/jemalloc.sh
|
rm -f $(objroot)bin/jemalloc.sh
|
||||||
rm -f $(objroot)config.log
|
rm -f $(objroot)config.log
|
||||||
rm -f $(objroot)config.status
|
rm -f $(objroot)config.status
|
||||||
|
Loading…
Reference in New Issue
Block a user