aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/native/jni/qt-peer/qtaudioclip.cpp
diff options
context:
space:
mode:
authorBasil Milanich <bmilanich@gmail.com>2025-10-15 11:31:09 -0600
committerJeff Law <jlaw@ventanamicro.com>2025-10-15 11:32:21 -0600
commitf81e712120f2e292e80bedee813af60216a2b468 (patch)
tree7d01cfedf432169cb485ea9ea3e3b43dc07e52b3 /libjava/classpath/native/jni/qt-peer/qtaudioclip.cpp
parentb3c0e9aadbee55636f76057b4eecb01807156fae (diff)
downloadgcc-master.zip
gcc-master.tar.gz
gcc-master.tar.bz2
[PATCH] Makefile.tpl: remove an extra \; from find commandHEADtrunkmaster
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