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: No rule to make target `../lib/ignore-value.h' Date: Tue, 9 Jul 2013 18:17:23 +0200 Message-ID: References: <51DBD2F2.5080205@gmx.at> <51DBE761.8020000@gmx.at> <83a9lvww1e.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373386694 12690 80.91.229.3 (9 Jul 2013 16:18:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2013 16:18:14 +0000 (UTC) Cc: martin rudalics , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 09 18:18:16 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 1UwacJ-0008KC-6j for ged-emacs-devel@m.gmane.org; Tue, 09 Jul 2013 18:18:15 +0200 Original-Received: from localhost ([::1]:39163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwacI-0006so-Ol for ged-emacs-devel@m.gmane.org; Tue, 09 Jul 2013 12:18:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwacD-0006nW-M7 for emacs-devel@gnu.org; Tue, 09 Jul 2013 12:18:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwacA-0004Qo-7O for emacs-devel@gnu.org; Tue, 09 Jul 2013 12:18:09 -0400 Original-Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]:47000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwac8-0004Or-49; Tue, 09 Jul 2013 12:18:04 -0400 Original-Received: by mail-ea0-f181.google.com with SMTP id a15so3971223eae.12 for ; Tue, 09 Jul 2013 09:18:03 -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=iglV6Aup2nju/igsikrMSAKaAtOGuTpBcl0ivhwYheA=; b=S25/sfhht00/dlPtR4eRJ04+QtLHbRcWNFP4uwXIIp/s8hJ3bO1ZsXncOHUW1gGiWM ZTBab05LwQll43HZBNkKg72byK93CItoClEN+11P0NfMdbSCndJY7agN+IrSgkJd+9gQ L9VI8PVIOSswL8SR82UUsioQ6YNMrHIuIEwIGeHf729NgMoI0Jf4xnIMmOR3EqLMX0iz t1Gq2ORemCVBAHNEFQdo4hYPv13GRF1cLjY0GYLGUiI56aosyxyqVoJSnipDzhTrjVBa zdOJ2vYQi9xlgoaS9VJykOHsDg+YovBjyhYeRSC5y9cKVCs2Px2lJlOo2Pgm7Uuyp0zy nOdw== X-Received: by 10.14.213.135 with SMTP id a7mr30913420eep.152.1373386683229; Tue, 09 Jul 2013 09:18:03 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Tue, 9 Jul 2013 09:17:23 -0700 (PDT) In-Reply-To: <83a9lvww1e.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::235 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:161764 Archived-At: On Tue, Jul 9, 2013 at 6:14 PM, Eli Zaretskii wrote: > Which changes are those? Speaking from memory, 2013-06-20 Stefan Monnier * emacs-lisp/cl-loaddefs.el: Don't version-control any more. * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not yet available. * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el... (AUTOGENEL): ... here. * emacs-lisp/cl-macs.el (cl--sublis): New function. (cl--defsubst-expand): Use it. this seems to have an impact, as it is currently impossible to build the trunk with the old method because of a cl-related issue. J