[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 01/07: build: Really make sure installed .go files are newer.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 01/07: build: Really make sure installed .go files are newer. |
Date: |
Wed, 27 Jan 2016 14:00:19 +0000 |
civodul pushed a commit to branch master
in repository shepherd.
commit 519e990b755ebef81752b3be32474734354cb783
Author: Ludovic Courtès <address@hidden>
Date: Wed Jan 27 13:30:42 2016 +0100
build: Really make sure installed .go files are newer.
* Makefile.am (shepherd_install_go_files): Remove 'nobase_'.
(shepherdsub_install_go_files, scripts_install_go_files): New variables
and targets.
---
Makefile.am | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a8535b1..dcffcea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -197,9 +197,17 @@ AM_SH_LOG_FLAGS = -x -e
# files. See
# <http://lists.gnu.org/archive/html/guile-devel/2010-07/msg00125.html>
# for details.
-shepherd_install_go_files = install-nobase_nodist_guilemoduleDATA
-$(shepherd_install_go_files): install-nobase_dist_guilemoduleDATA
+shepherd_install_go_files = install-nodist_guilemoduleDATA
+$(shepherd_install_go_files): install-dist_guilemoduleDATA
+shepherdsub_install_go_files = install-nodist_shepherdsubDATA
+$(shepherdsub_install_go_files): install-dist_shepherdsubDATA
+
+scripts_install_go_files = install-nodist_scriptsDATA
+$(scripts_install_go_files): install-dist_scriptsDATA
+
+
+
gen-ChangeLog:
if test -d .git; then \
$(top_srcdir)/build-aux/gitlog-to-changelog \
- [shepherd] branch master updated (83567c4 -> bc7757c), Ludovic Courtès, 2016/01/27
- [shepherd] 01/07: build: Really make sure installed .go files are newer.,
Ludovic Courtès <=
- [shepherd] 04/07: comm: Buffer the communication socket on the server side., Ludovic Courtès, 2016/01/27
- [shepherd] 03/07: comm: Buffer the communication socket on the client side., Ludovic Courtès, 2016/01/27
- [shepherd] 06/07: doc: Improve the introduction., Ludovic Courtès, 2016/01/27
- [shepherd] 07/07: Update 'NEWS'., Ludovic Courtès, 2016/01/27
- [shepherd] 02/07: comm: The 'arguments' of a command is a list., Ludovic Courtès, 2016/01/27
- [shepherd] 05/07: doc: Document the sexp protocol., Ludovic Courtès, 2016/01/27