From 498c9655a99beffe57e8623dcca163e6bcb77402 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Tue, 7 Oct 2014 08:49:21 +0000 Subject: [PATCH] Makefile: renamed target nightly_deb to deb-nightly - renamed target - added missing vars - added info "in make all" git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6701 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2d1da512a..23a18a281 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ VERS=5.5 DATE=2013-09-29 +# used for nightly build +DATEN=$(shell date +"%Y-%m-%d") +VERSN=$(VERS).$(shell svn info | grep 'Revision' | awk '{ print $$2; }') + RELATIVE_PATH=YES BINDIR=/opt/fhem MODDIR=$(BINDIR) @@ -27,6 +31,7 @@ all: @echo " install - to install fhem" @echo " dist - to create a .tar.gz file" @echo " deb - to create a .deb file" + @echo " deb-nightly - to create a nightly .deb file from current svn" @echo " synology - to create an spk file" @echo " fb7390 - to create an AVM Fritz!Box 7390 imagefile" @echo " fb7270 - to create a zip file for the AVM Fritz!Box 7270" @@ -128,7 +133,7 @@ deb: dpkg-deb --build $(DESTDIR) rm -rf $(DESTDIR) -nightly_deb: +deb-nightly: @echo $(PWD) rm -rf .f rm -rf $(DESTDIR) @@ -150,8 +155,6 @@ nightly_deb: dpkg-deb --build $(DESTDIR) rm -rf $(DESTDIR) - - fb7390: cd contrib/FB7390 && sh ./makeimage $(DESTDIR)