myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-49-g


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-49-gdebb961
Date: Thu, 25 Feb 2010 16:39:52 +0000

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 "GNU MyServer".

The branch, master has been updated
       via  debb961a39cbf34b3bd382234e0726752efa6fbd (commit)
      from  4d9344c8db8e8c9cdb4005191a482b7c124b5de1 (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 debb961a39cbf34b3bd382234e0726752efa6fbd
Author: Giuseppe Scrivano <address@hidden>
Date:   Thu Feb 25 17:39:49 2010 +0100

    Copy COPYING and version at build time, not on make install.

diff --git a/myserver/src/GUI/Makefile.am b/myserver/src/GUI/Makefile.am
index 2d2d187..0e6c32a 100644
--- a/myserver/src/GUI/Makefile.am
+++ b/myserver/src/GUI/Makefile.am
@@ -15,9 +15,17 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AM_CXXFLAGS="-I$(top_srcdir)/lib"
-install:
+
+all: copy_files
+
+
+copy_files:
 if BUILD_GUI
        cp ../../COPYING MyServer/GUI/
        cp ../../version MyServer/GUI/
+endif
+
+install:
+if BUILD_GUI
        python setup.py install --prefix=${prefix} --install-scripts=${bindir}
 endif

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

Summary of changes:
 myserver/src/GUI/Makefile.am |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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