On Sun, Nov 02, 2008 at 01:07:01PM +0000, [EMAIL PROTECTED] wrote: > Salvo 11 - I just picked some changes from Trent's makefile cleanup > and user-manual work that does not appear to conflict with the recent > sprint work. > > Thu Oct 23 03:42:12 BST 2008 Trent W. Buck <[EMAIL PROTECTED]> > * Generate SRC_DIRS programmatically. > > The -name sys -prune -o ... -print part is a hack to skip the > src/win32/sys, which is probably safe to include in the list, but I > didn't want to take any chances. > > Thu Oct 23 04:09:02 BST 2008 Trent W. Buck <[EMAIL PROTECTED]> > * DARCS_FILES_DEPS is never bound, so don't evaluate it. > > Thu Oct 23 04:34:09 BST 2008 Trent W. Buck <[EMAIL PROTECTED]> > * Tweak C_OBJS declaration. > > Thu Oct 23 06:39:56 BST 2008 Trent W. Buck <[EMAIL PROTECTED]> > * Explain ghcflags_fancy. > > Thu Oct 23 07:07:45 BST 2008 Trent W. Buck <[EMAIL PROTECTED]> > * Remove obsolete "deb" target. > I maintain the Debian darcs package, and I don't use this target. > I doubt anyone else has a use for it. > > Thu Oct 23 07:18:30 BST 2008 Trent W. Buck <[EMAIL PROTECTED]> > * Remove unpleasant sequencing operators (;) from haddock targets. > > Make is will abort a run when any command fails. Using ;\\\n to join > separate lines means make can't detect if the first line fails. Also, > continuation lines are ugly. > > When disabling failure propagation is intentional and desired, you can > achieve this explicitly by starting the command with a hyphen (-).
Applied, thanks! David _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
