j
k
j a
j l
On Aug 09 2018, Firoz Khan firoz.khan@linaro.org wrote:
+_dummy := $(shell [ -d '$(uapi)' ] || mkdir -p '$(uapi)') \ $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
+_dummy := $(shell [ -d '$(uapi)' ] || mkdir -p '$(uapi)') \
$(shell [ -d '$(out)' ] || mkdir -p '$(out)')
mkdir -p is a no-op if the directory exits.
Andreas.
Back to the thread
Back to the list