OSDN Git Service

* Makefile.in (dist-mingwrt-src, dist-mingw32-src, dist-wsl-src):
authorEarnie Boyd <earnie@users.sourceforge.net>
Mon, 8 Oct 2012 19:59:06 +0000 (15:59 -0400)
committerEarnie Boyd <earnie@users.sourceforge.net>
Mon, 8 Oct 2012 19:59:06 +0000 (15:59 -0400)
Copy top_srcdir to a specific mingw.org-wsl directory.

ChangeLog
Makefile.in

index e6e6a4b..0a33c38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-08  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * Makefile.in (dist-mingwrt-src, dist-mingw32-src, dist-wsl-src):
+       Copy top_srcdir to a specific mingw.org-wsl directory.
+
 2012-09-27  Earnie Boyd  <earnie@users.sourceforge.net>
 
        _USE_32BIT_TIME_T resolution and prepare for release.
index 51c2686..47a8982 100644 (file)
@@ -994,7 +994,7 @@ dist-mingwrt-doc: dist-mingwrt-install
        tar acf ../packages/mingwrt-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE)-mingw32-doc.tar.lzma share/doc/mingwrt
 
 dist-mingwrt-src:
-       cp -af $(top_srcdir) $(DESTDIR)$(prefix)
+       cp -af $(top_srcdir) $(DESTDIR)$(prefix)/mingw.org-wsl
        cd $(DESTDIR)$(prefix)/mingw.org-wsl ; \
        rm -rf .git autom4te.cache ; \
        rm -f config.log config.status config.cache config.h ; \
@@ -1149,7 +1149,7 @@ dist-w32api-doc: dist-w32api-install
        tar acf ../packages/w32api-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE)-mingw32-doc.tar.lzma share/doc/w32api/CONTRIBUTIONS share/doc/w32api/TODO
 
 dist-w32api-src:
-       cp -af $(top_srcdir) $(DESTDIR)$(prefix)
+       cp -af $(top_srcdir) $(DESTDIR)$(prefix)/mingw.org-wsl
        cd $(DESTDIR)$(prefix)/mingw.org-wsl ; \
        rm -rf .git autom4te.cache ; \
        rm -f config.log config.status config.cache config.h ; \
@@ -1236,7 +1236,7 @@ dist-wsl-doc: dist-wsl-install
        tar acf ../packages/mingw.org-wsl-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE)-mingw32-doc.tar.lzma share/doc/mingw.org-wsl/README
 
 dist-wsl-src: dist-wsl-install
-       cp -af $(top_srcdir) $(DESTDIR)$(prefix)
+       cp -af $(top_srcdir) $(DESTDIR)$(prefix)/mingw.org-wsl
        cd $(DESTDIR)$(prefix)/mingw.org-wsl ; \
        rm -rf .git autom4te.cache ; \
        rm -f config.log config.status config.cache config.h ; \