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

Uploaded make 3.77-1 (source i386 all) 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: source i386 all
Version: 3.77-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <srivasta@debian.org>
Description: 
 make       - The GNU version of the "make" utility.
 make-doc   - Documentation for 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: 
 8c756744573e3a13d9c696147d7ba012 665 devel standard make_3.77-1.dsc
 b8264b1f8579d810a6de5db634aeafe4 668524 devel standard make_3.77.orig.tar.gz
 84384ba172409882d32453123cef178d 15359 devel standard make_3.77-1.diff.gz
 189feb15464685bcd99c896a8302c19d 474462 doc optional make-doc_3.77-1_all.deb
 d01275be71b284980b028c1d0d21a2c4 249016 devel standard make_3.77-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3a
Charset: noconv
Comment: Requires PGP version 2.6 or later.

iQCVAwUBNcH2om3FgPXHJhCVAQELrgQArZaHuwPUlfI4SXxC46yyCFv4KvbL1X9H
1tLtcGE4V3mGU7A9puk0RZ3GC/+W7WRTECQ41mUKS8VMUOVOflKqkPkMsL90e+/5
luM98Lw76bmdeczYTbGQ7gah/gZa7zOw6IsaHrahVB8PfVAgnx9hTxc2CUY6GV6q
D8oDKYvFPmo=
=rCSF
-----END PGP SIGNATURE-----


--  
To UNSUBSCRIBE, email to debian-devel-changes-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: