mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Slightly adjust the verbose output of the sparse command
This commit is contained in:
parent
6afdbf608f
commit
fa2802385f
@ -33,7 +33,7 @@ quiet_cmd_ld_objs = " [LD] $(RELPATH)$@"
|
||||
quiet_cmd_link = ' [LINK] $(RELPATH)$@'
|
||||
cmd_link = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
|
||||
|
||||
quiet_cmd_sparse = ' [SPARSE] $(RELPATH)$(2)'
|
||||
quiet_cmd_sparse = ' [SPARSE] $(RELPATH)$(2)'
|
||||
cmd_sparse = $(SPARSE) $(DEFS) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) $(SPARSE_FLAGS) $(2)
|
||||
|
||||
# Recursive make
|
||||
|
Loading…
Reference in New Issue
Block a user