Modify ↓
Opened at 2020-12-28T21:36:12Z
Last modified at 2020-12-28T22:18:02Z
#1324 new defect
"make VERBOSE=1" overlaps with Makefile's $(VERBOSE)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | Unspecified |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: | Fedora, RHEL/CentOS |
Description
Some Linux distributions, such as Fedora, are wrapping the "make" call into a build-time macro that might expand to "make -O -j48 V=1 VERBOSE=1" in order to have as much build-time information as possible (this works for most packages in Fedora). Unfortunately, this "VERBOSE" conflicts at BitlBee (as of writing v3.6) with Makefile's $(VERBOSE). Thus, the kind request is here to rename the current variable in the BitlBee Makefile.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Yeah sure seems internal between configure and makefile. Feel free to throw a patch or PR.