Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] [PATCH] vdr-1.0.0-VERSION



Hello!

I made some changes to the build system to make the identification of a 
particular vdr build easier:

  http://www.flood-net.de/flood/projects/vdr-1.0.0-VERSION.diff.gz

Now "vdr -v" shows
  liquid:~/tmp/DVB/VDR2/vdr-1.0.0 # ./vdr --version
  VDR version 1.0.0
  Build options: REMOTE_KBD VFAT

This information is also written to syslog. The beginning of the Makefile 
looks like this (shamelessly stolen from the kernel Makefile):

  VERSION    = 1
  PATCHLEVEL = 0
  SUBLEVEL   = 0
  EXTRAVERSION =
 
  VDRRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)

EXTRAVERSION is reserved for AIO patch informations.

@Klaus: If it makes sense to you, could this be included to vdr?


Andi

-- 
Web:   http://www.flood-net.de/
Mail:  flood@flood-net.de
Phone: +49-(0)-30-680577-44
Windows sucks, Linux rules :-) http://srom.zgp.org/



Home | Main Index | Thread Index