From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Recursive makefiles Date: Wed, 28 Aug 2013 23:09:40 +0200 Message-ID: <87vc2p7ca3.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEn4h-00025w-U7 for guix-devel@gnu.org; Wed, 28 Aug 2013 17:14:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEn4c-0001sM-Us for guix-devel@gnu.org; Wed, 28 Aug 2013 17:14:47 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:51621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEn4c-0001sF-Oj for guix-devel@gnu.org; Wed, 28 Aug 2013 17:14:42 -0400 In-Reply-To: (Andreas Enge's message of "Wed, 28 Aug 2013 19:45:42 +0000") List-Id: 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > commit 575ed8d5b3184493c8fe233b4d5128c495b7c652 > Author: Andreas Enge > Date: Wed Aug 28 21:44:14 2013 +0200 > > doc: Create own Makefile.am in subdirectory. >=20=20=20=20=20 > * doc/Makefile.am: New file. > * Makefile.am: Reference subdirectory doc. Please don=E2=80=99t do that: the build system purposefully avoids recursive makefiles, to improve parallelism etc. (see .) However, the snippet about the =E2=80=98doc=E2=80=99 directory could be mov= ed in, say, doc.am, and have doc.am included from Makefile.am. WDYT? Thanks, Ludo=E2=80=99.