The branch, build-baikal has been updated via ff6e33487a414ef58c4a7c2fd7ffceba9ecd42b1 (commit) from cf6abd4c1dc2ff5e9536787c4482f16f68816f99 (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: Makefile | 20 +++++++++++++++++++- x2goserver-extras/Makefile | 4 +++- x2goserver/Makefile | 4 +++- 3 files changed, 25 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/Makefile b/Makefile index 98734af..f702bca 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,23 @@ #!/usr/bin/make -f -%: +all: build + +build: build-indep + +clean: cd x2goserver && make $@ cd x2goserver-extras && make $@ + +build-indep: + cd x2goserver && make $@ + cd x2goserver-extras && make $@ + +install: + cd x2goserver && make $@ + cd x2goserver-extras && make $@ + +uninstall: + cd x2goserver && make $@ + cd x2goserver-extras && make $@ + + diff --git a/x2goserver-extras/Makefile b/x2goserver-extras/Makefile index 943529c..9ac9491 100755 --- a/x2goserver-extras/Makefile +++ b/x2goserver-extras/Makefile @@ -31,7 +31,9 @@ MAN2HTML_DEST = .build_man2html/html all: clean build -build: build_man2html +build: build-indep + +build-indep: build_man2html build_man2html: mkdir -p $(MAN2HTML_DEST) diff --git a/x2goserver/Makefile b/x2goserver/Makefile index 8defaee..765f17f 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -31,7 +31,9 @@ MAN2HTML_DEST = .build_man2html/html all: clean build -build: build_man2html +build: build-indep + +build-indep: build_man2html build_man2html: mkdir -p $(MAN2HTML_DEST) hooks/post-receive -- x2goserver.git (X2Go Server) 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 "x2goserver.git" (X2Go Server).