|
Message-ID: <20190822193945.GR22009@port70.net> Date: Thu, 22 Aug 2019 21:39:45 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: [PATCH libc-test] include $(B)/config.mak instead of config.mak * Fangrui Song <i@...kray.me> [2019-08-14 02:52:29 +0000]: > --- a/Makefile > +++ b/Makefile > @@ -34,9 +34,9 @@ all: > %: s.% > %: SCCS/s.% > > -config.mak: > +$(B)/config.mak: > cp config.mak.def $@ > --include config.mak > +-include $(B)/config.mak > this can break existing usage by default B=src not . for now you can include $(B)/config.mak into your top level config.mak
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.