[X2Go-Commits] [nx-libs] 01/01: Debug makefile execution by making some commands visible.

git-admin at x2go.org git-admin at x2go.org
Sat Mar 10 01:26:19 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.

commit 966ebc55baac8b4ecdf542f62ac6a42fc2e9bb7d
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Mar 10 01:26:03 2018 +0100

    Debug makefile execution by making some commands visible.
---
 nx-X11/programs/Xserver/Imakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nx-X11/programs/Xserver/Imakefile b/nx-X11/programs/Xserver/Imakefile
index 57ec4b2..698accc 100644
--- a/nx-X11/programs/Xserver/Imakefile
+++ b/nx-X11/programs/Xserver/Imakefile
@@ -314,7 +314,7 @@ MakeMutex($(NXAGENTDIRS) $(NXCOMPEXT) $(NXAGENTOBJS) $(NXAGENTLIBS) $(NXCOMPEXTS
 #endif
 #if ForceServerRemake
 $(NXAGENTOBJS) $(NXAGENTLIBS) $(NXAGENTSYSLIBS):: $(NXAGENTDIRS)
-	@if [ -f $@ ]; then touch $@ >/dev/null 2>&1 || exit 0; fi
+	if [ -f $@ ]; then touch $@ >/dev/null 2>&1 || exit 0; fi
 #endif
 #if NXLibraries
 /*

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list