Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 7 Feb 2014 00:27:06 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: Out-of-tree builds

* Rich Felker <dalias@...ifal.cx> [2014-02-06 14:04:10 -0500]:
> It's not as easy as it sounds because of the way implicit % rules
> work. I don't know how to get them to work when adding a leading path.

ok i see the problem, this dependency cannot be expressed
for all foo and bar easily:

  src/foo/bar.o: $(SOMEDIR)/src/foo/$(ARCH)/bar.s

without $(SOMEDIR)

  %.o: $(ARCH)/%.s

works

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.