• R/O
  • HTTP
  • SSH
  • HTTPS

mingw-org-wsl: Commit

The MinGW.OSDN Windows System Libraries. Formerly designated as "MinGW.org Windows System Libraries", this encapsulates the "mingwrt" C runtime library extensions, and the "w32api" 32-bit MS-Windows API libraries.

Please note that this project no longer owns the "MinGW.org" domain name; any software which may be distributed from that domain is NOT supported by this project.


Commit MetaInfo

Revisãofc7c2d04d97173411aaa56d15b9a07f6eb787148 (tree)
Hora2020-06-04 03:17:03
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Mensagem de Log

Discard obsolete distribution files from subdirectories.

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
11 2020-06-03 Keith Marshall <keith@users.osdn.me>
22
3+ Discard obsolete distribution files from subdirectories.
4+
5+ * Makefile.in (dist-subdirs): Add dependency on...
6+ (dist-subdirs-discard-obsolete): ...this new rule; define it.
7+
8+2020-06-03 Keith Marshall <keith@users.osdn.me>
9+
310 Revert 2020-05-27 changes relating to issue #40438.
411
512 * VERSION.m4 (LIBMINGWEX): Increment DLL age; this has the effect of
--- a/Makefile.in
+++ b/Makefile.in
@@ -110,6 +110,9 @@ dist: dist-subdirs dist-extra
110110 for file in $(addsuffix /$@/*,${subdirs}); do \
111111 test -f $$file && $(LN) $$file $@; done
112112
113+dist-subdirs: dist-subdirs-discard-obsolete
114+dist-subdirs-discard-obsolete:; $(RM) $(addsuffix /dist/*.tar*,${subdirs})
115+
113116 LUA = @LUA@
114117 LUACMD = $(if $(LUA),$(LUA) -e,false)
115118
Show on old repository browser