gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 4e5210e: Removed bootstrap files from distribu


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 4e5210e: Removed bootstrap files from distribution tarball
Date: Sat, 29 Jul 2017 07:26:36 -0400 (EDT)

branch: master
commit 4e5210e55d8711b75e3f45c9df792ec3ff1816d4
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Removed bootstrap files from distribution tarball
    
    Bootstrapping is necessary for operations on the version controlled files
    and in order to make the tarball. Once the tarball of a specific version of
    Gnuastro is released, it is not good to bootstrap it again (for example
    download updated Gnulib source files and etc). Changes in the bootstrapping
    tools may cause changes in the behavior of the produced Gnuastro programs.
    
    So the `bootstrap', `bootstrap.conf' and `bootstrapped/m4/gnulib-cache.m4'
    have been removed from the list of files that are to be distributed in
    future tarballs.
---
 Makefile.am | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2c60fbd..8555c23 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,9 +136,8 @@ dist_sysconf_DATA = bin/gnuastro.conf
 
 ## Files that are only distributed
 ## ===============================
-EXTRA_DIST = bootstrap bootstrap.conf genauthors .dir-locals.el .version   \
-  tmpfs-config-make bootstrapped/m4/gnulib-cache.m4 bootstrapped/README    \
-  .autom4te.cfg
+EXTRA_DIST = genauthors .dir-locals.el .version tmpfs-config-make     \
+  bootstrapped/README .autom4te.cfg
 
 
 



reply via email to

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