]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
update neutrino.mk
authorwittinobi <wittinobi@wittinobi.de>
Thu, 17 May 2012 23:20:43 +0000 (01:20 +0200)
committerwittinobi <wittinobi@wittinobi.de>
Thu, 17 May 2012 23:20:43 +0000 (01:20 +0200)
make/neutrino.mk

index 4c9cb168c814ee4631523c4779ec6180b0447241..8f1857cdc12f0a2057d694097a3640e31a8b9dc6 100755 (executable)
@@ -42,13 +42,13 @@ $(N_OBJDIR)/config-new.status: libraries-int-new
                                --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