comp.lang.ada
 help / color / mirror / Atom feed
From: Jere <jhb.chat@gmail.com>
Subject: Re: Make with Ada 2019 : DogRobot
Date: Sun, 17 Feb 2019 16:44:32 -0800 (PST)
Date: 2019-02-17T16:44:32-08:00	[thread overview]
Message-ID: <9e11d9e9-2599-4799-8134-95034e170040@googlegroups.com> (raw)
In-Reply-To: <5a91d788-be3a-4446-96b9-3db2b4909298@googlegroups.com>

On Sunday, February 17, 2019 at 5:23:21 PM UTC-5, Rego, P. wrote:
> > And current gprbuild has
> > 
> >    for Create_Missing_Dirs use "true";
> 
> It's quite convenient, but the current GNAT from Raspbian apt-get still does not support.

Another option I use is to create the directories in my git repo and place a 
.gitignore file in them that essentially says "ignore everything else in
this directory but me".  This forces git to save the directories and keeps it
from trying to add my build files and binaries to my repo.  The file has the
contents:

*
*/
!.gitignore

  reply	other threads:[~2019-02-18  0:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-16  1:02 Make with Ada 2019 : DogRobot Rego, P.
2019-02-16  6:04 ` Anh Vo
2019-02-16  9:26   ` Rego, P.
2019-03-26 13:05   ` Rego, P.
2019-03-26 17:16     ` Niklas Holsti
2019-03-27  0:45     ` Jerry Petrey
2019-03-29 11:36     ` fabien.chouteau
2019-03-29 17:35       ` Dennis Lee Bieber
2019-02-16 16:51 ` Jesper Quorning
2019-02-16 17:42   ` Simon Wright
2019-02-17  5:50     ` Jesper Quorning
2019-02-17 22:23     ` Rego, P.
2019-02-18  0:44       ` Jere [this message]
2019-02-17 22:17   ` Rego, P.
2019-02-19  4:16     ` Jesper Quorning
2019-02-20 15:27       ` Rego, P.
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox