--enable-maintainer-mode --with-target=cdk
$(TARGETPREFIX)/.version: $(TARGETPREFIX)/bin/neutrino
- echo "version=0100`date +%Y%m%d%H%M`" > $@
- echo "creator=`id -un`" >> $@
- echo "docs=man neutrino" >> $@
- echo "homepage=http://www.wiki.wittinobi.de" >> $@
- echo "imagename=Neutrino-HD" >> $@
- echo "forum=http://www.dbox2world.net" >> $@
- echo "builddate=`date --reference=$(SOURCE_DIR)/neutrino-hd/.git`" >> $@
+ echo "version=0208`date +%Y%m%d%H%M`" > $@
+ echo "creator=`id -un` (wittinobi's BS GIT Build: `cd $(BASE_DIR) && git log | grep "^commit" | wc -l`)" >> $@
+ echo "docs=man neutrino" >> $@
+ echo "homepage=http://www.wiki.wittinobi.de" >> $@
+ echo "imagename=Neutrino-HD" >> $@
+ echo "forum=http://www.dbox2world.net" >> $@
+ echo "builddate=`cd $(SOURCE_DIR)/neutrino-hd && git log | grep "^commit" | wc -l` vom `date --reference=$(SOURCE_DIR)/neutrino-hd/.git`" >> $@
$(D)/neutrino-hd: $(N_OBJDIR)/config.status
$(MAKE) -C $(N_OBJDIR) all