From 3e4bf1505fece6498d716f2793f75651d6aa35c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20A=2E=20Holm?= Date: Fri, 23 Apr 2010 09:08:58 +0200 Subject: [PATCH] Makefile: pushall: Add "; true" after every push. 21aadeb0-4ea7-11df-8f64-90e6ba3022ac --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e94897f..c419816 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ remotes: git remote add sunbase sunny@sin1:/home/sunny/Git/gpstools; true pushall: - git push --all sunbase - git push --tags sunbase - git push github - git push gitorious - git push repoorcz + git push --all sunbase; true + git push --tags sunbase; true + git push github; true + git push gitorious; true + git push repoorcz; true -- 2.11.4.GIT