From: Alan T. DeKok Date: Tue, 24 Nov 2015 18:15:14 +0000 (-0500) Subject: Create the output directory X-Git-Tag: release_3_0_12~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b98fab8106b8655eafd413e5d39984565c331f;p=thirdparty%2Ffreeradius-server.git Create the output directory --- diff --git a/scripts/boiler.mk b/scripts/boiler.mk index be5f6b8ccad..3be174d27a0 100644 --- a/scripts/boiler.mk +++ b/scripts/boiler.mk @@ -589,6 +589,10 @@ else BUILD_DIR := $(call CANONICAL_PATH,${BUILD_DIR}) endif +.PHONY: $(BUILD_DIR) +$(BUILD_DIR): + @mkdir -p $@ + # Define compilers and linkers # BOOTSTRAP_BUILD =