Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
auto-removal of suffixes
- X-seq: zsh-workers 54861
- From: Oliver Kiddle <opk@xxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: auto-removal of suffixes
- Date: Mon, 29 Jun 2026 13:04:04 +0200
- Archived-at: <https://zsh.org/workers/54861>
- List-id: <zsh-workers.zsh.org>
In my view 64a4fbfbf, an unposted patch against _configure is wrong.
Suffix auto-removal is for cases where either a different suffix or no
suffix at all might be valid. If you do, ./configure CFLAGS you get:
checking build system type... Invalid configuration 'CFLAGS': machine 'CFLAGS-unknown' not recognized
Leaving it at CFLAGS= might be intended to override a default CFLAGS
with an empty one. Not using compadd -q was very much intended.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author