The branch, master has been updated via 41c5c253742c01364b85b0dd33e901bf5793d6d6 (commit) from b026a8005efd35e8b8cb654836f8ba2bc72df05e (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 41c5c253742c01364b85b0dd33e901bf5793d6d6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 20 15:03:19 2011 +0100 fix distclean for patch 001_add-main-makefile.patch ----------------------------------------------------------------------- Summary of changes: debian/patches/001_add-main-makefile.patch | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/patches/001_add-main-makefile.patch b/debian/patches/001_add-main-makefile.patch index cd179f0..02f8049 100644 --- a/debian/patches/001_add-main-makefile.patch +++ b/debian/patches/001_add-main-makefile.patch @@ -1,4 +1,4 @@ -Add main Makefile to build all NX subprojects in this source tree.--- /dev/null +--- /dev/null +++ b/Makefile @@ -0,0 +1,33 @@ +#!/usr/bin/make -f @@ -16,7 +16,7 @@ Add main Makefile to build all NX subprojects in this source tree.--- /dev/null + + +distclean: -+ cd nx-X11 && test -f Makefile && make clean || true ++ cd nx-X11 && test -f Makefile && make $@ || true + cd nxcomp && test -f Makefile && make $@ || true + cd nxcompext && test -f Makefile && make $@ || true + cd nxcompshad && test -f Makefile && make $@ || true hooks/post-receive -- nx-libs.git (NX libraries) 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 libraries).