Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 18 Nov 2015 01:19:25 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: Support for out-of-tree build

* Petr Hosek <phosek@...omium.org> [2015-11-17 23:54:23 +0000]:
> This'll work if we remove the .sub files as discussed, with .sub files it
> becomes more complicated.
> 

why is it more complicated?

%.o: %.sub
	...

rule should generate a .o in the directory where the .sub is
so OBJS should have a subarch/foo.o for a subarch/foo.sub

(you wont have a proper dependency between the .o and the .s
but that does not work now either.. only through ugly mkasmdep)

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.