Project

General

Profile

« Previous | Next » 

Revision 65351e8c

Added by koszko over 1 year ago

add dist make target

View differences:

write_makefile.sh
29 29
DEFAULT_TARGET="$(grep '^default_target = ' record.conf)"
30 30
DEFAULT_TARGET="${DEFAULT_TARGET#'default_target = '}"
31 31

  
32
eval VERSION=$(cat "$SRCDIR/version")
32
VERSION=$(cat "$SRCDIR/version" | sed 's/^"\(.*\)"$/\1/; s/-beta/b/')
33 33

  
34 34
sed '/^# Configuration gets included here by write_makefile\.sh$/r record.conf
35 35
s|<<VPATH>>|'"$SRCDIR"'|

Also available in: Unified diff