[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9a932a0290e8c6d37c4582e58887c5ad2086fec1

Evergreen Git git at git.evergreen-ils.org
Sat Feb 11 18:56:42 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  9a932a0290e8c6d37c4582e58887c5ad2086fec1 (commit)
      from  5bfef91479f39563598efee5facb4b308fb9aab9 (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 9a932a0290e8c6d37c4582e58887c5ad2086fec1
Author: Jason Stephenson <jason at sigio.com>
Date:   Sat Jan 14 13:00:45 2017 -0500

    LP 1656549: Remove Makefile, Makefile.in, Makefile.am
    
    This commit adds a line to Open-ILS/web/Makefile.am to delete the
    Makefile, Makefile.in, and Makefile.am that are copied to the
    destination WEBDIR.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/web/Makefile.am b/Open-ILS/web/Makefile.am
index 98f82da..45b324c 100644
--- a/Open-ILS/web/Makefile.am
+++ b/Open-ILS/web/Makefile.am
@@ -49,6 +49,7 @@ webcore-install:
 	rm -f $(DESTDIR)$(reportsdir)/fm_IDL.xml
 	cp $(DESTDIR)@sysconfdir@/fm_IDL.xml $(DESTDIR)$(WEBDIR)/reports/
 	cp -r @top_srcdir@/Open-ILS/web/. $(DESTDIR)$(WEBDIR)
+	rm -f $(DESTDIR)$(WEBDIR)/Makefile*
 	cp @top_srcdir@/Open-ILS/xsl/*.xsl $(opacextrasdir)
 	cp @top_srcdir@/Open-ILS/xsl/*.xsl $(DESTDIR)$(XSLDIR)
 

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

Summary of changes:
 Open-ILS/web/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list