that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are shared between multiple architectures and machines. :( better we build right than build fast. SVN revision: 61974
This commit is contained in:
parent
798b2577bc
commit
fa93222df0
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -rf autom4te.cache
|
||||
rm -f aclocal.m4 ltmain.sh
|
||||
|
||||
touch README
|
||||
touch ABOUT-NLS
|
||||
|
||||
|
|
Loading…
Reference in New Issue