Ignore:
Timestamp:
2017-03-12T04:16:58Z (7 years ago)
Author:
dx <dx@…>
Branches:
master
Children:
08b0ed8
Parents:
262a82b
git-author:
Tim Harder <radhermit@…> (20-01-17 21:17:25)
git-committer:
dx <dx@…> (12-03-17 04:16:58)
Message:

Add --verbose configure option to control verbose build output

Defaults to disabled to maintain the status quo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/Makefile

    r262a82b r65d0dfd  
    3939$(objects): %.o: $(_SRCDIR_)%.c
    4040        @echo '*' Compiling $<
    41         @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@
     41        $(VERBOSE) $(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@
    4242
    4343purple_mod.o: $(objects)
    4444        @echo '*' Linking purple_mod.o
    45         @$(LD) $(LFLAGS) $(objects) -o purple_mod.o
     45        $(VERBOSE) $(LD) $(LFLAGS) $(objects) -o purple_mod.o
    4646
    4747-include .depend/*.d
Note: See TracChangeset for help on using the changeset viewer.