Re: [PATCH v3 01/18] clean up SHLIB so subshells are not needed

2013-09-16 Thread Paolo Bonzini
Il 20/08/2013 15:58, Tom Tromey ha scritto: > This changes the handling of SHLIB so that it is inlined into > DRIVER_DEFINES. This is ok because SHLIB is defined in a Makefile > fragment that is included by the generated Makefile. > > The rationale for this is that it simplifies some .o targets,

[PATCH v3 01/18] clean up SHLIB so subshells are not needed

2013-08-20 Thread Tom Tromey
This changes the handling of SHLIB so that it is inlined into DRIVER_DEFINES. This is ok because SHLIB is defined in a Makefile fragment that is included by the generated Makefile. The rationale for this is that it simplifies some .o targets, so that we can share more code. * Makefile.in