Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 6 Sep 2018 13:42:17 +0400
From: Ilya Matveychikov <matvejchikov@...il.com>
To: lkrg-users@...ts.openwall.com
Subject: Re: [PATCH] Makefile: make it less shitty


> On Sep 6, 2018, at 4:05 AM, Adam Zabrocki <pi3@....com.pl> wrote:
> 
> Hi,
> 
> Thanks for looking at it, but currently I can't merge this patch mainly because 
> of that:
> 
> 	+sources += $(shell find $(src) -type f -name '*.c')
> 	+objects += $(sources:$(src)/%.c=%.o)
> 
> Currently, there is a few .c files which are directly included in other .c 
> files. Until I don't change that behaviour it is not the correct way to compile 
> object files via enumerating all .c files in src subdirectory.

Sure, np

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.