[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Uploaded make 3.77-1 (hurd-i386) to master



-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.5
Date: Fri, 31 Jul 1998 10:30:43 -0500
Source: make
Binary: make make-doc
Architecture: hurd-i386
Version: 3.77-1
Distribution: unstable
Urgency: low
Maintainer: Marcus Brinkmann <brinkmd@debian.org>
Description: 
 make       - The GNU version of the "make" utility.
Changes: 
 make (3.77-1) unstable; urgency=low
 .
   * New upstream version. Excerpted changes:
     * Implement BSD make's "?=" variable assignment operator.  The variable
       is assigned the specified value only if that variable is not already
       defined.
     * Make defines a new variable, "CURDIR", to contain the current working
       directory (after the -C option, if any, has been processed).
       Modifying this variable has no effect on the operation of make.
     * Make defines a new default RCS rule, for new-style master file
       storage: ``% :: RCS/%'' (note no ``,v'' suffix).
 .
       Make defines new default rules for DOS-style C++ file naming
       conventions, with ``.cpp'' suffixes.  All the same rules as for
       ``.cc'' and ``.C'' suffixes are provided, along with LINK.cpp and
       COMPILE.cpp macros (which default to the same value as LINK.cc and
       COMPILE.cc).  Note CPPFLAGS is still C preprocessor flags!  You should
       use CXXFLAGS to change C++ compiler flags.
     * A new feature, "target-specific variable values", has been added.
       This is a large change so please see the appropriate sections of the
       manual for full details.  Briefly, syntax like this:
 .
          TARGET: VARIABLE = VALUE
 .
       defines VARIABLE as VALUE within the context of TARGET.  This is
       similar to SunOS make's "TARGET := VARIABLE = VALUE" feature.  Note
       that the assignment may be of any type, not just recursive, and that
       the override keyword is available.
 .
       COMPATIBILITY: This new syntax means that if you have any rules where
       the first or second dependency has an equal sign (=) in its name,
       you'll have to escape them with a backslash: "foo : bar\=baz".
       Further, if you have any dependencies which already contain "\=",
       you'll have to escape both of them: "foo : bar\\\=baz".
     * A new appendix listing the most common error and warning messages
       generated by GNU make, with some explanation, has been added to the
       GNU make User's Manual.
     * Updates to the GNU make Customs library support (see README.customs).
     * Updates to the Windows 95/NT port from Rob Tulloh (see README.W32),
       and to the DOS port from Eli Zaretski (see README.DOS).
Files: 
 c11adc9092eeec1d8eedf38c9bbf3b22 250042 devel standard make_3.77-1_hurd-i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBNfLDV0wn7WU2580JAQG9AAP+KzyKinxT3ttT5ry+mq2xnXpGWGvKrzQ4
emVO36O4INcAHUbCWEVg+i6rC7bslGWbXU7335pHaw8qTyJwpGTDKhnGVL2+Nqjp
mImwyIIeUGbATAp5rXKQmRgSgybLZsp7qEDzbvx301J5shp8wXJwpHKDphdLIp+d
ERTBdrQv+nA=
=bTWG
-----END PGP SIGNATURE-----


Reply to: