From 633f93bfa75ec94f93b7a4e3bbf23cea2ce3840c Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Sat, 23 Jan 2021 20:05:40 -0500 Subject: [PATCH] Add mingw32-make.bat alias for make.exe This is useful for compatability with existing MinGW-based builds. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d72fd6c..6354238 100644 --- a/Dockerfile +++ b/Dockerfile @@ -274,6 +274,7 @@ RUN /make-$MAKE_VERSION/configure \ LDFLAGS="-s" RUN make -j$(nproc) RUN cp make.exe $PREFIX/bin/ +RUN echo '@"%~dp0/make.exe" %*' >$PREFIX/bin/mingw32-make.bat WORKDIR /busybox-w32 RUN make mingw64_defconfig