Hinweis fuer Selbst-Entwickler eingefuegt
This commit is contained in:
parent
d313b0d260
commit
ccbd38741b
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,10 +1,12 @@
|
||||||
########## Variablendefinitionen ###########
|
########## Variablendefinitionen ###########
|
||||||
|
|
||||||
# Revision-Variablen
|
# Revision-Variablen
|
||||||
|
# fuer Eigen-Entwickler: setze die folgenden Variablen per Hand, falls du nicht das
|
||||||
|
# allgemeine Subversion-Repository des Projekts verwendest
|
||||||
REVISIONS_NR := $(shell svn -R info| grep ^Revision| cut -f2 -d " " | sort | tail -1)
|
REVISIONS_NR := $(shell svn -R info| grep ^Revision| cut -f2 -d " " | sort | tail -1)
|
||||||
REVISIONS_SUFFIX = _r$(REVISIONS_NR)
|
|
||||||
REVISIONS_DATUM = $(shell svn log -r $(REVISIONS_NR) -q | grep -v "^---" | cut -d "|" -f 3)
|
REVISIONS_DATUM = $(shell svn log -r $(REVISIONS_NR) -q | grep -v "^---" | cut -d "|" -f 3)
|
||||||
REPOSITORY_URL = https://svn.systemausfall.org/svn/cryptocd/trunk
|
REPOSITORY_URL = https://svn.systemausfall.org/svn/cryptocd/trunk
|
||||||
|
REVISIONS_SUFFIX = _r$(REVISIONS_NR)
|
||||||
|
|
||||||
# Verzeichnisse
|
# Verzeichnisse
|
||||||
ROOT_DIR := $(shell pwd)
|
ROOT_DIR := $(shell pwd)
|
||||||
|
|
Loading…
Reference in a new issue