gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 14


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 14e903bac93d80f48c0df252d0389c84bad77460
Date: Wed, 23 Nov 2016 21:24:49 +0100 (CET)

The branch, master has been updated
       via  14e903bac93d80f48c0df252d0389c84bad77460 (commit)
      from  f9f8d0c54d103995e2c8ccd42de8e5ca1cc931b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 14e903bac93d80f48c0df252d0389c84bad77460
Author: Evgeny Grin (Karlson2k) <address@hidden>
Date:   Wed Nov 23 23:23:45 2016 +0300

    Make sure that 'clean' target is not failed in 'po' subdir.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a8eaa2c..2a18787 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,10 @@ po-files-pre-distdir: update-POTFILES.in 
renew-po-configure.ac
 # Clean in po directory only if po/Makefile was generated to avoid
 # useless generation of po/Makefile only for 'clean' target
 clean-local:
-       @ if test -f po/Makefile; then $(am__cd) po && $(MAKE) $(AM_MAKEFLAGS) 
clean || exit 1; fi;
+       @ if test -f po/Makefile; then \
+           $(MAKE) $(AM_MAKEFLAGS) po/Makefile && \
+           $(am__cd) po && $(MAKE) $(AM_MAKEFLAGS) clean || exit 1; \
+         fi;
 
 po/Makefile: $(srcdir_po)/Makefile.in.in $(srcdir_po)/Makevars 
$(srcdir_po)/POTFILES.in po/config.status
        @$(am__cd) po && @SHELL@ ./config.status ./Makefile.in po-directories


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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