]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
internal function is better
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 15 Mar 2019 21:08:26 +0000 (21:08 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 15 Mar 2019 21:08:26 +0000 (21:08 +0000)
scripts/docker/crossbuild/crossbuild.mk

index 711e69ce7c275f128a765c4b1d2926d70c51fd43..fa6857ea18160efa2cde21dd93c96e128ce32109 100644 (file)
@@ -11,7 +11,7 @@ CB_COMMON:=centos7 debian9 ubuntu18
 DT:=scripts/docker
 
 # Location of this makefile, and where to put stamp files
-DD:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
+DD:=$(dir $(realpath $(lastword $(MAKEFILE_LIST))))
 
 # List of all the docker images
 CB_IMAGES:=$(patsubst $(DT)/build-%,%,$(wildcard $(DT)/build-*))