1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

Indent the output of CC and LINK

Use indentation to align directory and .c file names in the output (for
make all) so it is easier to distinguise lines.
This commit is contained in:
Jonas Fonseca 2005-09-17 14:41:51 +02:00 committed by Jonas Fonseca
parent ffcb7582b8
commit e8a17b97db

View File

@ -20,14 +20,14 @@ ncmd = $(if $($(quiet)cmd_$(1)),echo $($(quiet)cmd_$(1)) &&) $(cmd_$(1))
cmd = @$(if $($(quiet)cmd_$(1)),echo $($(quiet)cmd_$(1)) &&) $(cmd_$(1))
mcmd = @$(if $($(mquiet)cmd_$(1)),echo $($(mquiet)cmd_$(1)) &&) $(cmd_$(1))
quiet_cmd_compile = '[CC] $<'
quiet_cmd_compile = ' [CC] $<'
masq_cmd_compile = $(COMPILE) -c $<
cmd_compile = $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
quiet_cmd_archive = '[AR] $@'
quiet_cmd_archive = ' [AR] $@'
cmd_archive = $(AR) r $@ $^
quiet_cmd_link = '[LINK] $@'
quiet_cmd_link = ' [LINK] $@'
cmd_link = $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
# Recursive make