[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master fca8ee8 2/2: Revert "Refactor: transplant two
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master fca8ee8 2/2: Revert "Refactor: transplant two recipe lines" |
Date: |
Wed, 1 May 2019 21:31:19 -0400 (EDT) |
branch: master
commit fca8ee8c7b32099c6a44ed9706a88d4a1f326f69
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Revert "Refactor: transplant two recipe lines"
This reverts commit e653dbd9d57f5d490864b7efb67c90657e9aae18.
See:
https://lists.nongnu.org/archive/html/lmi/2019-05/msg00001.html
---
install_mingw.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install_mingw.make b/install_mingw.make
index 9246f5b..eb28c0b 100644
--- a/install_mingw.make
+++ b/install_mingw.make
@@ -107,8 +107,6 @@ ad_hoc_dir_exists = \
.PHONY: all
all: $(file_list)
- $(MKDIR) --parents $(prefix)
- $(MKDIR) --parents $(ad_hoc_dir)
$(CP) --archive $(ad_hoc_dir)/mingw32 $(prefix)
$(RM) --force --recursive $(ad_hoc_dir)
@@ -119,6 +117,8 @@ initial_setup:
type "$(WGET)" >/dev/null || { printf '%b' $(wget_missing) &&
false; }
[ ! -e $(prefix) ] || { printf '%b' $(prefix_exists) &&
false; }
[ ! -e $(ad_hoc_dir) ] || { printf '%b' $(ad_hoc_dir_exists) &&
false; }
+ $(MKDIR) --parents $(prefix)
+ $(MKDIR) --parents $(ad_hoc_dir)
BSDTARFLAGS := --keep-old-files