Changeset 65d0dfd for tests/Makefile


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
  • tests/Makefile

    r262a82b r65d0dfd  
    2121check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o
    2222        @echo '*' Linking $@
    23         @$(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(EFLAGS)
     23        $(VERBOSE) $(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(EFLAGS)
    2424
    2525%.o: $(_SRCDIR_)%.c
    2626        @echo '*' Compiling $<
    27         @$(CC) -c $(CFLAGS) $< -o $@
     27        $(VERBOSE) $(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset for help on using the changeset viewer.