|
Message-ID: <20151122145600.GJ23362@port70.net> Date: Sun, 22 Nov 2015 15:56:00 +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-19 00:22:09 +0000]: > > +$(ALL_LIBS): | lib/ > +$(ALL_TOOLS): | tools/ > +$(CRT_LIBS:lib/%=$(objdir)/crt/%): | $(objdir)/crt/ > +$(OBJS) $(LOBJS): | $(sort $(dir $(OBJS))) > +$(GENH): | $(objdir)/include/bits/ > +$(GENH_INT): | $(objdir)/src/internal/ > + one more comment: tools/ is now used for both sources and outputs, i think it can be used for sources only by moving the tools outputs under obj/ (so tools/ does not need to be created out of tree, only obj/ and lib/)
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.