On Sun, Nov 22, 2015 at 6:56 AM Szabolcs Nagy wrote: > * Petr Hosek [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/) > Do you mean moving the tools output directly to obj/ or obj/tools?