[X2Go-Commits] nx-libs.git - build-baikal (branch) updated: redist-client/3.5.0.10-4-geb5ef91

X2Go dev team git-admin at x2go.org
Fri Aug 30 16:25:02 CEST 2013


The branch, build-baikal has been updated
       via  eb5ef91b6b940eb001d8acb95f6413560570c1a7 (commit)
      from  00b266b82503e8155e7195180f287df0392fb770 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 .../patches/001_add-main-makefile.full+lite.patch  |   26 ++++++++++----------
 1 file changed, 13 insertions(+), 13 deletions(-)

The diff of changes is:
diff --git a/debian/patches/001_add-main-makefile.full+lite.patch b/debian/patches/001_add-main-makefile.full+lite.patch
index 0adead1..9f4b8d1 100644
--- a/debian/patches/001_add-main-makefile.full+lite.patch
+++ b/debian/patches/001_add-main-makefile.full+lite.patch
@@ -13,42 +13,42 @@ Last-Update: 2011-12-31
 +build: build-arch build-indep
 +
 +clean:
++	$(MAKE) -C nxcomp $@
++	$(MAKE) -C nxproxy $@
 +	if test -d nx-X11; then $(MAKE) -C nx-X11 $@; fi
-+	if test -d nxcomp; then $(MAKE) -C nxcomp $@; fi
 +	if test -d nxcompext; then $(MAKE) -C nxcompext $@; fi
 +	if test -d nxcompshad; then $(MAKE) -C nxcompshad $@; fi
-+	if test -d nxproxy; then $(MAKE) -C nxproxy $@; fi
 +
 +distclean:
++	$(MAKE) -C nxcomp $@
++	$(MAKE) -C nxproxy $@
 +	if test -d nx-X11; then $(MAKE) -C nx-X11 $@; fi
-+	if test -d nxcomp; then $(MAKE) -C nxcomp $@; fi
 +	if test -d nxcompext; then $(MAKE) -C nxcompext $@; fi
 +	if test -d nxcompshad; then $(MAKE) -C nxcompshad $@; fi
-+	if test -d nxproxy; then $(MAKE) -C nxproxy $@; fi
 +
 +build-arch:
 +	if test -d nx-X11; then \
-+	    if test -d nxcomp; then cd nxcomp && autoconf; cd ..; fi; \
-+	    if test -d nxcompext; then cd nxcompext && autoconf; cd ..; fi; \
-+	    if test -d nxcompshad; then cd nxcompshad && autoconf; cd ..; fi; \
++	    cd nxcomp && autoconf; cd ..; \
++	    cd nxcompext && autoconf; cd ..; \
++	    cd nxcompshad && autoconf; cd ..; \
 +	    cd nx-X11 && make World && cd ..; \
 +	else \
-+	    if test -d nxcomp; then cd nxcomp && autoconf && ./configure && make; cd ..; fi; \
++	    cd nxcomp && autoconf && ./configure && make; cd ..; \
 +	fi
-+	if test -d nxproxy; then cd nxproxy && autoconf && ./configure && make; cd ..; fi
++	cd nxproxy && autoconf && ./configure && make; cd ..
 +
 +build-indep:
 +
 +install:
++	$(MAKE) -C nxcomp $@
++	$(MAKE) -C nxproxy $@
 +	if test -d nx-X11; then $(MAKE) -C nx-X11 $@; fi
-+	if test -d nxcomp; then $(MAKE) -C nxcomp $@; fi
 +	if test -d nxcompext; then $(MAKE) -C nxcompext $@; fi
 +	if test -d nxcompshad; then $(MAKE) -C nxcompshad $@; fi
-+	if test -d nxproxy; then $(MAKE) -C nxproxy $@; fi
 +
 +uninstall:
++	$(MAKE) -C nxcomp $@
++	$(MAKE) -C nxproxy $@
 +	if test -d nx-X11; then $(MAKE) -C nx-X11 $@; fi
-+	if test -d nxcomp; then $(MAKE) -C nxcomp $@; fi
 +	if test -d nxcompext; then $(MAKE) -C nxcompext $@; fi
 +	if test -d nxcompshad; then $(MAKE) -C nxcompshad $@; fi
-+	if test -d nxproxy; then $(MAKE) -C nxproxy $@; fi


hooks/post-receive
-- 
nx-libs.git (NX (redistributed))

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 "nx-libs.git" (NX (redistributed)).




More information about the x2go-commits mailing list