Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2000-10-20 00:56:50 +0400
committerEarnie Boyd <earnie@users.sf.net>2000-10-20 00:56:50 +0400
commit19d9e89b4a75a206f85ac3f3d2914dd593e4c582 (patch)
tree58e81b1acd8ae28fa9b15c84ad33df2660832f90 /winsup/w32api
parent167095f6c0e99025764ea231f11b58c0b9f2685d (diff)
* Makefile.in: increment VERSION. Change tar file name for dist and
bindist targets to be more standard. * config.guess: Update with the currently published file. * config.sub: ditto. * configure.in: Use value of build_alias instead of testing for directory names to set BUILDENV. * configure: ditto. * lib/Makefile.in: Change the name of the targets install, install-headers and install-libraries to xinstall, xinstall-headers and xinstall-libraries for system target specified installation. Recreate targets install, install-headers and install-libraries for exec-prefix specified installation. Ditto for the uninstall targets of the same name.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog16
-rw-r--r--winsup/w32api/Makefile.in9
2 files changed, 21 insertions, 4 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 9f87360a2..0292487a3 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,19 @@
+Mon Oct 19 13:55:00 2000 Earnie Boyd <earnie_boyd@yahoo.com>
+
+ * Makefile.in: increment VERSION. Change tar file name for dist and
+ bindist targets to be more standard.
+ * config.guess: Update with the currently published file.
+ * config.sub: ditto.
+ * configure.in: Use value of build_alias instead of testing for
+ directory names to set BUILDENV.
+ * configure: ditto.
+ * lib/Makefile.in: Change the name of the targets install,
+ install-headers and install-libraries to xinstall, xinstall-headers
+ and xinstall-libraries for system target specified installation.
+ Recreate targets install, install-headers and install-libraries for
+ exec-prefix specified installation. Ditto for the uninstall targets of
+ the same name.
+
Mon Oct 9 11:49:00 2000 Corinna Vinschen <corinna@vinschen.de>
* include/iprtrmib.h: Further layout changes according to standard.
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index a10675661..4254b9ba7 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -58,7 +58,7 @@ FLAGS_TO_PASS = \
SUBDIRS = lib
PACKAGE = w32api
-VERSION = 0.2
+VERSION = 0.3
DIST_FILES = Makefile.in configure.in configure config.guess config.sub \
install-sh README ChangeLog TODO
@@ -93,15 +93,16 @@ dist:
for i in $(SUBDIRS); do \
(cd $$i; $(MAKE) distdir=../$(distdir) dist); \
done
- rm -f $(distdir).tar.gz
- $(TAR) czf $(distdir).tar.gz $(distdir)
+ rm -f $(distdir)-src.tar.gz
+ $(TAR) czf $(distdir)-src.tar.gz $(distdir)
bindist:
rm -rf $(distdir)
mkdir $(distdir)
chmod 755 $(distdir)
$(MAKE) install prefix=../$(distdir)
- cd $(distdir); $(TAR) czf ../$(distdir)b.tar.gz .
+ rm -f $(distdir).tar.gz
+ cd $(distdir); $(TAR) czf ../$(distdir).tar.gz .
Makefile: Makefile.in config.status configure
$(SHELL) config.status