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:29:35 +0100 Message-ID: References: <20130128172906.a7bd35c445c8bc7b22ecaa0a@gmail.com> <83pq0pie04.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 1359383851 2163 80.91.229.3 (28 Jan 2013 14:37:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2013 14:37:31 +0000 (UTC) Cc: xfq.free@gmail.com, 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:37: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 1TzpqG-0007CM-SN for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2013 15:37:48 +0100 Original-Received: from localhost ([::1]:46315 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzppy-0005Mh-OB for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2013 09:37:30 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:32794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzppr-0005MQ-Np for emacs-devel@gnu.org; Mon, 28 Jan 2013 09:37:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tzppq-0004MW-Rb for emacs-devel@gnu.org; Mon, 28 Jan 2013 09:37:23 -0500 Original-Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:56322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzppl-0004Ki-VB; Mon, 28 Jan 2013 09:37:18 -0500 Original-Received: by mail-la0-f41.google.com with SMTP id fo12so842608lab.14 for ; Mon, 28 Jan 2013 06:37:16 -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=PZFbP15b0sx8rEnpnUbHGHTpow+tR4lybG0uUxP8Asc=; b=OiIw0Nie9KpW3aRnPTS9LbPk2pfrNpiote+jh7bsR2z3PgF13+uKClFRdfDg9h0gJ5 TT63SIC46YkH5PvHE/Pco73AmcmFiKsJ9PinkyHpDN27StD56aESgJdOCBBCIa8Aejg9 gRxb0tueCoEWtsy2GV9MirQcgRcgBxJg7L2s0nnubmRi5FHZpwA4eqqX1gXX9Q0/ye4p 3BH8mqv6X1MrXdomPRhLonOiTz23HRIAyNmmQLiAX5MoFlrXibf2l3ou8SjN1fOqStgO k2enegCR32ICWzmJU728m7yMPlAS8KfKJ6EjWFjCIHj8qPrlh6BnLRlNOs8f38+jhIyL 5AyQ== X-Received: by 10.112.54.6 with SMTP id f6mr5695371lbp.104.1359383375623; Mon, 28 Jan 2013 06:29:35 -0800 (PST) Original-Received: by 10.114.92.68 with HTTP; Mon, 28 Jan 2013 06:29:35 -0800 (PST) In-Reply-To: <83pq0pie04.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::229 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:156709 Archived-At: >> AFAIK, the build on MS-Windows is done entirely under the "nt/" >> subdirectory which is specific to that platform. > > The Windows build is _started_ in the nt/ directory. But then the > Makefiles recurse into the other directories: src, lib, lib-src, etc., > and build files there as well. > > It is however, true that compiled files are placed in subdirectories, > like nt/oo/i386, src/oo/i386, etc. -- different set of directories for > each architecture and optimization level. So compiling on Unix will > not overwrite Windows object files and executables. Understood, thanks. I presume this is true also for "make install". -- Dani Moncayo