From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: make distclean and quail Date: Mon, 15 Jul 2013 17:13:05 +0200 Message-ID: References: <51E40F9F.5010904@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373901323 19691 80.91.229.3 (15 Jul 2013 15:15:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jul 2013 15:15:23 +0000 (UTC) Cc: Emacs developers To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 15 17:15:29 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 1UykUm-0002GB-8q for ged-emacs-devel@m.gmane.org; Mon, 15 Jul 2013 17:15:24 +0200 Original-Received: from localhost ([::1]:49630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UykUl-0003ir-RM for ged-emacs-devel@m.gmane.org; Mon, 15 Jul 2013 11:15:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UykTF-0000oF-3g for emacs-devel@gnu.org; Mon, 15 Jul 2013 11:13:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UykTB-0003Vv-Ur for emacs-devel@gnu.org; Mon, 15 Jul 2013 11:13:49 -0400 Original-Received: from mail-ea0-x234.google.com ([2a00:1450:4013:c01::234]:60976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UykTB-0003Vg-PQ for emacs-devel@gnu.org; Mon, 15 Jul 2013 11:13:45 -0400 Original-Received: by mail-ea0-f180.google.com with SMTP id k10so7972367eaj.11 for ; Mon, 15 Jul 2013 08:13:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=lkkOVjUoF1fw2wueXRV9u81MsGPLsOQSpgIh2j/ax2M=; b=kKpulSxWqEG6sBnY9Qi/TMmWZ1ysbLs2K7WAA32TXU7aNGugntipm/dRUlomDCSdGd UrMqW01ZJ3707CjaTv4h2/LE3jmvWp3rGDVgecg6Pe+nS+d1UNPbUi+njYwoRnuRATL/ A2K33J28pGFtbLok2ffO+Wce6UE7NaDNX8RcjDEiAtXZrsMB3UTgGC6yJuKrNwtEgjhH q0yhLCS5fBiM4/HtcfACXLYNpE94yjfQkYriCLvdNTmNqKsVxAyjlMB2hYkPa9nhkE+D nf+TL+jNrXj3K88mvjgKh7AwIr5mG7zZ/y2bXoUJVazPS+n6e0Sn+zRCoiIXhkbHcc6m Te9w== X-Received: by 10.14.4.70 with SMTP id 46mr58002160eei.42.1373901225111; Mon, 15 Jul 2013 08:13:45 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Mon, 15 Jul 2013 08:13:05 -0700 (PDT) In-Reply-To: <51E40F9F.5010904@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::234 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:161905 Archived-At: On Mon, Jul 15, 2013 at 5:05 PM, Paul Eggert wrote: > The "rm -rf quail" bit should be executed only if the build > directory differs from the source directory. Was your build > directory the same as your source directory? Yes, I always build in-place. > If so, > you might investigate why > "[ `cd ${srcdir} && /bin/pwd` != `/bin/pwd` ]" is > mistakenly succeeding on your platform, even though > you're building from the source directory. I'll do that, thanks. J