bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make dist depending on binaries which use gnulib


From: Ralf Wildenhues
Subject: Re: make dist depending on binaries which use gnulib
Date: Mon, 29 Mar 2010 21:36:58 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

Hello Reuben,

* Reuben Thomas wrote on Mon, Mar 29, 2010 at 03:22:08PM CEST:
> it has just been pointed out to me that "make dist" for current head
> of GNU Zile fails, unless preceded by "make". This is because make
> dist distributes a file which can only be made once the zile binary
> has been built.
> 
> I have two questions:
> 
> 1. Is it expected that "make dist" should work without a preceding
> "make"? i.e. is this really a bug?

The GNU Coding Standards usually only set requirements upon the behavior
of your build system *when run from an extracted tarball*.  This is
crucial for being able to build from a readonly medium: imagine an
extracted tarball on a CD or (more likely) on a readonly or shared
mount.  Then the use should be able to run configure in a temporary
directory and build without an error, nor with race conditions when
building in parallel in different build trees.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]