On Tue, Dec 20, 2016 at 05:03:27PM +0100, Vittorio Giovara wrote:
> On Tue, Dec 20, 2016 at 3:34 PM, Diego Biurrun <[email protected]> wrote:
> > This unclutters the top-level directory and groups related files together.
> > ---
> >
> > I'm tempted to also move config.h and config.asm. For the former, it would
> > make the #include name less generic, which would be a good thing.
> >
> >  .gitignore                       |  3 ++-
> >  Makefile                         | 19 ++++++++++---------
> >  build/.gitignore                 |  4 ++++
> >  arch.mak => build/arch.mak       |  0
> >  common.mak => build/common.mak   |  2 +-
> >  library.mak => build/library.mak |  2 +-
> >  version.sh => build/version.sh   |  0
> >  configure                        | 23 ++++++++++++-----------
> >  tests/fate.sh                    |  2 +-
> >  9 files changed, 31 insertions(+), 24 deletions(-)
> >  create mode 100644 build/.gitignore
> >  rename arch.mak => build/arch.mak (100%)
> >  rename common.mak => build/common.mak (98%)
> >  rename library.mak => build/library.mak (98%)
> >  rename version.sh => build/version.sh (100%)
> 
> Can I bikeshed the folder name? I personally use build/ as default
> directory where to do the build, maybe "config" would be a good
> alternative?

You should really build outside of your source directory.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to