[beast: 1/20] BUILD: introduce 'dist: all' dependency to ensure packaged files are uptodate



commit 1e5408b5431b9279e8bf193d3180b66ce5fca3ba
Author: Tim Janik <timj gnu org>
Date:   Sun Jun 18 12:12:59 2017 +0200

    BUILD: introduce 'dist: all' dependency to ensure packaged files are uptodate
    
    Signed-off-by: Tim Janik <timj gnu org>

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 84687b3..8cbfade 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,7 +76,7 @@ MAINTAINERCLEANFILES += ChangeLog
 # == dist ==
 distname      = $(PACKAGE)-$(VERSION)
 distnamexz    = $(distname).tar.xz
-dist:
+dist: all
        $(Q) test 0 = `git diff HEAD | wc -l` || echo -e "#\n# $@: WARNING: working tree unclean\n#" >&2
        $(Q) git archive --format=tar --prefix=$(distname)/ HEAD >$(distname).tar
        $(Q) rm -rf .tmpdist/ &&                                        \


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