mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: Add target diff, fix target update
- Fix update target for Git usage - Add diff target
This commit is contained in:
parent
42f2a0457c
commit
3613815001
1 changed files with 4 additions and 1 deletions
|
|
@ -94,7 +94,10 @@ love:
|
|||
@echo "Not war?"
|
||||
|
||||
cvsupdate update:
|
||||
cvs update -dP
|
||||
if [ -d "CVS" ]; then cvs update -dP; else git pull origin master; fi
|
||||
|
||||
cvsdiff diff:
|
||||
if [ -d "CVS" ]; then cvs diff -dP; else git --no-pager diff; fi
|
||||
|
||||
prepend_header:
|
||||
set -e; for f in $(SRC_UNHEADERED); do sh $(TOPDIR)/hdr/prepend_header.sh $$f; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue