mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Different way to figure out the repository name.
My directory was called 'master' so I got 'master-1.6.tar.gz'.
This commit is contained in:
parent
4cdff8ffd8
commit
a0ff75ecd6
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -6,8 +6,9 @@
|
|||
#
|
||||
|
||||
BUILD=build
|
||||
VERSION_FULL=`basename \`pwd\``-`cat VERSION`
|
||||
VERSION_MIN=`basename \`pwd\``-`cat VERSION`-minimal
|
||||
REPO=`basename \`git config --get remote.origin.url\``
|
||||
VERSION_FULL=$(REPO)-`cat VERSION`
|
||||
VERSION_MIN=$(REPO)-`cat VERSION`-minimal
|
||||
HAVE_MODULES=git submodule | grep -v cmake >/dev/null
|
||||
|
||||
all: configured
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue