From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 2/2] build: Move environment scripts to 'build-aux' directory. Date: Sun, 03 Apr 2016 20:05:17 +0300 Message-ID: <871t6m39o2.fsf@gmail.com> References: <1459700326-30016-1-git-send-email-mthl@gnu.org> <1459700326-30016-3-git-send-email-mthl@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amlSl-0006HJ-L1 for guix-devel@gnu.org; Sun, 03 Apr 2016 13:05:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amlSi-0002Dr-G2 for guix-devel@gnu.org; Sun, 03 Apr 2016 13:05:23 -0400 In-Reply-To: <1459700326-30016-3-git-send-email-mthl@gnu.org> (Mathieu Lirzin's message of "Sun, 3 Apr 2016 18:18:46 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin (2016-04-03 19:18 +0300) wrote: > * pre-inst-env.in: Move to ... > * build-aux/pre-inst-env.in: ... here. > * test-env.in: Move to ... > * build-aux/test-env.in: ... here. > * configure.ac (AC_CONFIG_FILES): Adapt to this. > --- > build-aux/pre-inst-env.in | 71 +++++++++++++++++++++++++ > build-aux/test-env.in | 131 ++++++++++++++++++++++++++++++++++++++++++++++ > configure.ac | 5 +- > pre-inst-env.in | 71 ------------------------- > test-env.in | 131 ---------------------------------------------- > 5 files changed, 205 insertions(+), 204 deletions(-) > create mode 100644 build-aux/pre-inst-env.in > create mode 100644 build-aux/test-env.in > delete mode 100644 pre-inst-env.in > delete mode 100644 test-env.in Hm, this is a radical change :-) I'm afraid moving "pre-inst-env" may break workflow of many people. Anyway, if this change will be done, "guix.texi" should also be adjusted as "pre-inst-env" is mentioned in the manual multiple times. -- Alex