Re: [PATCH 33/36] build: simpler logic for quiet commands

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Luc,

On 11/05/2017 05:25 PM, Luc Van Oostenryck wrote:
> @@ -175,10 +168,12 @@ ldflags += $($(@)_LDFLAGS) $(LDFLAGS)
>  ldlibs  += $($(@)_LDLIBS)  $(LDLIBS)
>  $(foreach p,$(PROGRAMS),$(eval $(p): $($(p)_OBJS)))
>  $(PROGRAMS): % : %.o $(LIBS)
> -	$(QUIET_LINK)$(LD) $(ldflags) $^ $(ldlibs) -o $@
> +	@echo "  LD      $@"
> +	$(Q)$(LD) $(ldflags) $^ $(ldlibs) -o $@

Is it intended that you introduce changed behaviour here? Now you get
the pretty printed output when building with V=1.

Best regards
Uwe

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux