From 2bb37cd8f3ac1737130aa57133806361dcd2ac9d Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Thu, 1 May 2014 11:59:13 +0400 Subject: [PATCH] beta build --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index c77b024..004b973 100755 --- a/build +++ b/build @@ -1,7 +1,7 @@ #!/bin/sh file="pdns-pipe-nmc" -sfx="linux-glibc6.`uname -m`.`date +%Y-%m-%d`.git-`git rev-parse --verify HEAD | cut -c 1-7`" +sfx="linux-glibc6.`uname -m`.`date +%Y-%m-%d`.git-`git describe`" echo "Making $file.$sfx" # tried this: @@ -9,7 +9,7 @@ echo "Making $file.$sfx" # -optl-pthread -pgml g++ "$file" # but cannot make it "only glibc is shared". And with static glibc, # getaddrinfo does not work on systems with different glibc. -ghc --make "$file" +cabal build case $? in 0) ;; *) echo build falied; exit 1 ;; -- 2.39.2