bug-gnulib
[Top][All Lists]
Advanced

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

Re: rules, rules, and more (code policy) rules


From: Simon Josefsson
Subject: Re: rules, rules, and more (code policy) rules
Date: Fri, 10 Feb 2006 16:57:38 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

I'm going through Coreutils GNUmakefile and Makefile.maint to identify
useful rules.  Some question pop up:

1)

Is this rule generally safe?  Does it assume GNU tar?  Is there a real
problem solved by this, or is it just "nice"?

# Make tar archive easier to reproduce.
export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner

Further, shouldn't automake set this, if it is safe?

2)

The following is not safe, --rsyncable is a new feature.

# Do not save the original name or timestamp in the .tar.gz file.
GZIP_ENV = '--no-name --best --rsyncable'

Perhaps this, and the previous case, should be moved to a m4 macro, to
find out whether the parameters are supported or not.  Thoughts?

Thanks,
Simon





reply via email to

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