• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

修訂ba6bc90a4852272549e770b1d7d8ed19a0745f37 (tree)
時間2020-05-29 05:17:26
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Prepare empty dist directory when required.

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2020-05-28 Keith Marshall <keith@users.osdn.me>
2+
3+ Prepare empty dist directory when required.
4+
5+ * Makefile.in (dist-prepare): Delete goal; move its commands...
6+ (dist): ...to here; remove dependency on defective "dist-prepare".
7+
18 2020-05-27 Keith Marshall <keith@users.osdn.me>
29
310 Fix libmingwex-n.dll dependencies; cf. Issue #40438.
--- a/Makefile.in
+++ b/Makefile.in
@@ -105,10 +105,8 @@ check-recursive: %: %-subdirs
105105 MKDIR_P = @MKDIR_P@
106106 LN = @LN@
107107
108-dist-prepare:
108+dist: dist-subdirs dist-extra
109109 $(RM) -r $@; $(MKDIR_P) $@
110-
111-dist: dist-prepare dist-subdirs dist-extra
112110 for file in $(addsuffix /$@/*,${subdirs}); do \
113111 test -f $$file && $(LN) $$file $@; done
114112