autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Don't infloop upon "make dist".


From: Eric Blake
Subject: Re: [PATCH] Don't infloop upon "make dist".
Date: Sun, 02 Mar 2008 14:13:02 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Ralf Wildenhues on 3/2/2008 2:08 PM:
| What is an in-tree VPATH build?  I so far used "VPATH build" always as
| synonym for "out-of-tree build".

in-tree build:
cd autoconf && git pull && ./configure && make

in-tree VPATH build:
cd autoconf && git pull && mkdir build && cd build \
~ && ../configure && make

out-of-tree VPATH build:
cd autoconf && git pull && mkdir ../build && cd ../build \
~ && ../autoconf/configure && make

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHyxhe84KuGfSFAYARAn7wAJsFwcgJS8lNQVjJlkmmZNqcpSWB8gCbB3uD
oyX3+dzAWwEL1fsnp8HeX5A=
=lffO
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]