mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: Add --relative --no-prefix to diff target
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b418d5e63e
commit
7f2983b3a5
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ cvsupdate update:
|
||||||
if [ -d "CVS" ]; then cvs update -dP || exit 1; else git pull || exit 1; fi
|
if [ -d "CVS" ]; then cvs update -dP || exit 1; else git pull || exit 1; fi
|
||||||
|
|
||||||
cvsdiff diff:
|
cvsdiff diff:
|
||||||
if [ -d "CVS" ]; then cvs diff -u || exit 1; else git --no-pager diff || exit 1; fi
|
if [ -d "CVS" ]; then cvs diff -u || exit 1; else git --no-pager diff --relative --no-prefix . || exit 1; fi
|
||||||
|
|
||||||
push:
|
push:
|
||||||
if [ ! -d "CVS" ]; then git push || exit 1; fi
|
if [ ! -d "CVS" ]; then git push || exit 1; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue