Re: [PATCH] libtracefs: avoid pointless extra DEP stage

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

 



On Mon, 20 Jun 2022 17:03:16 +0200
Jan Engelhardt <jengelh@xxxxxxx> wrote:

>  clean:
> -	$(Q)$(call do_clean,$(OBJS) .*.d)
> +	$(Q)$(call do_clean,$(OBJS) *.d)
>  
> -dep_includes := $(wildcard $(DEPS))
> -
> -ifneq ($(dep_includes),)
> -  include $(dep_includes)
> -endif
> +-include *.d
>  

After this change, the .d files are visible. Is there a way to keep them
hidden? That is, keep the . in front?

-- Steve



[Index of Archives]     [Linux USB Development]     [Linux USB Development]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux