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 + + * 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 * 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