From: Matt McCutchen Date: Thu, 14 Jun 2007 02:11:41 +0000 (-0400) Subject: Changes necessary and proper to get mgear to build rsync: X-Git-Url: https://mattmccutchen.net/mgear/mgear.git/commitdiff_plain/0382f3351db8ba1e76ce006859783b7d49622892?hp=0382f3351db8ba1e76ce006859783b7d49622892 Changes necessary and proper to get mgear to build rsync: - $(mg-define-rule) now takes the name of the variable holding the command instead of the command itself. This generally saves the user a $(value). - I changed my mind again: $@ in a command is translated to the temp file rather than the eventual target. - Handle commas in commands better. - Enforce that all files are secondary. ---