The MinGW.org Windows System Libraries
Revision | a7179dcfc8d0c44b1717e272da56ee1399a6f95c (tree) |
---|---|
Time | 2013-05-21 23:27:17 |
Author | Earnie Boyd <earnie@user...> |
Commiter | Earnie Boyd |
Add clean-dist, clean-dist-mingwrt, clean-dist-w32api and clean-dist-wsl targets.
@@ -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 | + | |
1 | 6 | 2013-05-15 Niels Kristian Bech Jensen <nkbj@users.sourceforge.net> |
2 | 7 | |
3 | 8 | * include/control.h: Correct inclusion of _mingw.h. Issue: #1956. |
@@ -1682,7 +1687,7 @@ | ||
1682 | 1687 | * gpl/*: Move to misc/gpl/*. |
1683 | 1688 | * include/GL/*: Move to misc/include/GL/*. |
1684 | 1689 | * 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 | |
1686 | 1691 | misc/src/include/cephes_mconf.h. |
1687 | 1692 | * src/libcrt/include/gdtoa.h: Move to misc/src/include/gdtoa.h. |
1688 | 1693 | * src/libcrt/gdtoa/*: Move to misc/src/libcrt/gdtoa/*. |
@@ -1394,3 +1394,15 @@ else | ||
1394 | 1394 | mv mingw.org-wsl $(RELEASE_STATUS)_mingw.org-wsl-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE)-mingw32-$(RELEASE_STATUS)-$(RELEASE_REFERENCE)-src ; \ |
1395 | 1395 | 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 |
1396 | 1396 | 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 |