* Major changes in release 5.3.0 (2004-03-17) [unstable]
+** Bug fixes
+
+ ptx now diagnoses invalid values for its --width=N (-w)
+ and --gap-size=N (-g) options.
+
** New features
'df', 'du', and 'ls' now take the default block size from the
`date' has a new option --iso-8601=ns that outputs
nanosecond-resolution time stamps.
-** Bug fixes
-
* Major changes in release 5.2.1 (2004-03-12) [stable]
done
clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+ -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)
installcheck-binPROGRAMS: $(bin_PROGRAMS)
bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \