Modify

#1324 new defect

"make VERBOSE=1" overlaps with Makefile's $(VERBOSE)

Reported by: robert@… 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)

Change History (1)

comment:1 Changed at 2020-12-28T22:18:02Z by dx

Yeah sure seems internal between configure and makefile. Feel free to throw a patch or PR.

Modify Ticket

Action
as new The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.