Hi all, There are lots of variables we define in Makefile but then never use. I think these are left over from the times we were substituting program names in every script rather than relying on the new compat layer.
Any objection to the patch below which drops all unused variables? Index: Makefile.in =================================================================== RCS file: /cvsroot/quilt/quilt/Makefile.in,v retrieving revision 1.130 diff -u -r1.130 Makefile.in --- Makefile.in 18 Sep 2006 19:35:58 -0000 1.130 +++ Makefile.in 10 Oct 2006 20:05:11 -0000 @@ -16,29 +16,18 @@ INSTALL := @INSTALL@ POD2MAN := @POD2MAN@ -COLUMN := @COLUMN@ -GETOPT := @GETOPT@ -CP := @CP@ -DATE := @DATE@ PERL := @PERL@ BASH := @BASH@ -GREP := @GREP@ -TAIL := @TAIL@ -TR := @TR@ SED := @SED@ AWK := @AWK@ FIND := @FIND@ -DIFF := @DIFF@ PATCH := @PATCH@ -MKTEMP := @MKTEMP@ MSGMERGE := @MSGMERGE@ MSGFMT := @MSGFMT@ XGETTEXT := @XGETTEXT@ MSGUNIQ := @MSGUNIQ@ MSGCAT := @MSGCAT@ -DIFFSTAT := @DIFFSTAT@ RPMBUILD := @RPMBUILD@ -SENDMAIL := @SENDMAIL@ USE_NLS := @USE_NLS@ PATCH_WRAPPER := @PATCH_WRAPPER@ Thanks, -- Jean Delvare _______________________________________________ Quilt-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/quilt-dev
