From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs on two different OSes from a shared directory Date: Mon, 28 Jan 2013 15:21:17 +0100 Message-ID: References: <83r4l5ie4r.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1359382889 25421 80.91.229.3 (28 Jan 2013 14:21:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2013 14:21:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 28 15:21:49 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tzpan-00013j-0k for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2013 15:21:49 +0100 Original-Received: from localhost ([::1]:37844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzpaU-0006Oe-V8 for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2013 09:21:30 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:56608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzpaQ-0006NO-EK for emacs-devel@gnu.org; Mon, 28 Jan 2013 09:21:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzpaL-0007F8-8n for emacs-devel@gnu.org; Mon, 28 Jan 2013 09:21:26 -0500 Original-Received: from mail-lb0-f174.google.com ([209.85.217.174]:54521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzpaJ-0007EX-BR; Mon, 28 Jan 2013 09:21:19 -0500 Original-Received: by mail-lb0-f174.google.com with SMTP id l12so3981597lbo.33 for ; Mon, 28 Jan 2013 06:21:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=EPW+R4kpRqm2wOig74UqSi+HImCxk0Ck9aMO2P63NAo=; b=cZd+As9rj3UoMMOdOrIkoHmKwG3+IPXIUmC85L1bUYLhhre9Xv/V5kh/Q1yslAPgKs upB3QftlNR1Jg5lJoTaqlDC9fVdkIvq3/ylE7805+hrcoFAIQDljer/8Kh+BggO4jrAu SQSBxHy1mScLxRhLD3yZeEznpxGDtBF5jMR6q59aenmvUIH/pCROPig1io0IVNZ+6d8p uIzAo5iPpzwicfFKo9lse2tqRt6LKt6HhK+uyXFz3hpCvS1BpyTZ15R5nyiKajTHvhEb zWcQ6AvYD3oZyQAFHSXKPSgSSgnaQKmvveNCQtMOkgFcVM3lUyIWdyWoIpc3npDjTr+C on2A== X-Received: by 10.152.121.212 with SMTP id lm20mr13210896lab.42.1359382877790; Mon, 28 Jan 2013 06:21:17 -0800 (PST) Original-Received: by 10.114.92.68 with HTTP; Mon, 28 Jan 2013 06:21:17 -0800 (PST) In-Reply-To: <83r4l5ie4r.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.174 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156706 Archived-At: > You can build in the same tree, if you want: since the Windows build > places the compiled files in subdirectories (src/oo/i386 etc.), and > the Unix build places them in the same directory as sources, there > should be no conflict. > > On Unix, you can also build outside of the source tree: > > mkdir /some/where/else > cd /some/where/else > /path/to/emacs/tree/configure ... > make > > In the latter case, the source directories will remain clean. Great. Thank you. -- Dani Moncayo