• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

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

Revisiona7179dcfc8d0c44b1717e272da56ee1399a6f95c (tree)
Time2013-05-21 23:27:17
AuthorEarnie Boyd <earnie@user...>
CommiterEarnie Boyd

Log Message

Add clean-dist, clean-dist-mingwrt, clean-dist-w32api and clean-dist-wsl targets.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1+2013-05-21 Earnie Boyd <earnie@users.sourceforge.net>
2+
3+ * Makefile.in (clean-dist, clean-dist-mingwrt, clean-dist-w32api,
4+ clean-dist-wsl): New targets.
5+
16 2013-05-15 Niels Kristian Bech Jensen <nkbj@users.sourceforge.net>
27
38 * include/control.h: Correct inclusion of _mingw.h. Issue: #1956.
@@ -1682,7 +1687,7 @@
16821687 * gpl/*: Move to misc/gpl/*.
16831688 * include/GL/*: Move to misc/include/GL/*.
16841689 * include/profile.h: Move to misc/include/profile.h.
1685- * src/libcrt/math/cephes_mconf.h: Move to
1690+ * src/libcrt/math/cephes_mconf.h: Move to
16861691 misc/src/include/cephes_mconf.h.
16871692 * src/libcrt/include/gdtoa.h: Move to misc/src/include/gdtoa.h.
16881693 * src/libcrt/gdtoa/*: Move to misc/src/libcrt/gdtoa/*.
--- a/Makefile.in
+++ b/Makefile.in
@@ -1394,3 +1394,15 @@ else
13941394 mv mingw.org-wsl $(RELEASE_STATUS)_mingw.org-wsl-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE)-mingw32-$(RELEASE_STATUS)-$(RELEASE_REFERENCE)-src ; \
13951395 tar acf ../packages/$(RELEASE_STATUS)_mingw.org-wsl-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE)-mingw32-$(RELEASE_STATUS)-$(RELEASE_REFERENCE)-src.tar.lzma $(RELEASE_STATUS)_mingw.org-wsl-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE)-mingw32-$(RELEASE_STATUS)-$(RELEASE_REFERENCE)-src
13961396 endif
1397+
1398+clean-dist: clean-dist-mingwrt clean-dist-w32api clean-dist-wsl
1399+ rm -rf dist/
1400+
1401+clean-dist-mingwrt:
1402+ rm -rf dist/mingwrt/
1403+
1404+clean-dist-w32api:
1405+ rm -rf dist/w32api/
1406+
1407+clean-dist-wsl:
1408+ rm -rf dist/wsl/
\ No newline at end of file