This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from c4c6dd0 fix for last commit new 6a8e737 Makefile: use instead of 'rm -f' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 6a8e7373ccbf6eb41723099faeae405011d26e1c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jan 29 15:18:30 2014 +0100 Makefile: use instead of 'rm -f' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ce6237..b37f44b 100755 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ distclean: clean clean: clean_arch clean_indep clean_arch: - rm -f lib/x2gobroker-agent + $(RM_FILE) lib/x2gobroker-agent clean_indep: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git