From: Matthew Newton Date: Fri, 15 Mar 2019 21:08:26 +0000 (+0000) Subject: internal function is better X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84fe7c610652afdb70289020ee0fb1de8fcbca09;p=thirdparty%2Ffreeradius-server.git internal function is better --- diff --git a/scripts/docker/crossbuild/crossbuild.mk b/scripts/docker/crossbuild/crossbuild.mk index 711e69ce7c2..fa6857ea181 100644 --- a/scripts/docker/crossbuild/crossbuild.mk +++ b/scripts/docker/crossbuild/crossbuild.mk @@ -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-*))