diff options
author | Basil Milanich <bmilanich@gmail.com> | 2025-10-15 11:31:09 -0600 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2025-10-15 11:32:21 -0600 |
commit | f81e712120f2e292e80bedee813af60216a2b468 (patch) | |
tree | 7d01cfedf432169cb485ea9ea3e3b43dc07e52b3 /libjava/classpath/native/jni/qt-peer/qtaudioclip.cpp | |
parent | b3c0e9aadbee55636f76057b4eecb01807156fae (diff) | |
download | gcc-master.zip gcc-master.tar.gz gcc-master.tar.bz2 |
The extra \; parameter in the find command causes it to fail immediately and
not clean any config.cache:
$ find . -name config.cache -exec rm -f {} \; \;
find: paths must precede expression: `;'
This is benign in most cases but the binutils is also using this Makefile.tpl and
as the result its 'make distclean' can leave config.cache files around, which
fails subsequent attempts to configure and build it.
I have modified the Makefile.tpl and regenerated Makefile.in from it. For testing
I ran a config/make/make distclean loop.
* Makefile.tpl (distclean): Remove extraenous semicolon.
* Makefile.in: Rebuilt.
Diffstat (limited to 'libjava/classpath/native/jni/qt-peer/qtaudioclip.cpp')
0 files changed, 0 insertions, 0 deletions