Subject: CVS commit: wip/paexec
From: Aleksey Cheusov
Date: 2011-03-11 13:24:39
Message id: E1Py1Or-0000K7-3T@sfs-ml-1.v29.ch3.sourceforge.com

Log Message:

Update to 0.16

  Project's structure has been reorganized. Now the top-level Makefile
  uses mkc.subprj.mk. This adds a lot of flexibility in building the
  project and development.
  See doc/INSTALL for updated installation instructions.

  New modes for reordering tasks were added: -W0 and -W2
  See the manual page for details about option -W.

  Long options are considered deprecated. They are still supported but
  will be removed in the future. Please use POSIX short options. At
  the moment use of them produces warning message on stderr.

  Fix the compilation bug on old versions of OpenBSD (at least <=3.8)
  and probably other systems where intptr_t is declared in inttypes.h
  but not in stdint.h

  Fix for 'mkcmake test' failure on Solaris and HP-UX because their
  /usr/bin/awk sucks. On these platforms now it is possible to run the
  following command.
    env AWK=/full/path/to/gawk mkcmake all test

Files:
RevisionActionfile
1.30modifywip/paexec/Makefile
1.7modifywip/paexec/PLIST
1.14modifywip/paexec/distinfo