Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2002 18:01:05 +0200
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        freebsd-audit@freebsd.org
Subject:   Comment update in src/Makefile
Message-ID:  <20020225160105.GA31651@hades.hell.gr>

next in thread | raw e-mail | index | archive | help

src/Makefile references Makefile.inc0 although that file was removed a
couple of years back:

    $ cvs -q log Makefile.inc0
    ----------------------------
    revision 1.19
    date: 2000/01/09 20:22:35;  author: marcel;  state: dead;  lines: +1 -1
    Remove; we don't use this file anymore.

What do you all think of the following change to src/Makefile?

- Giorgos

    Index: Makefile
    ===================================================================
    RCS file: /home/ncvs/src/Makefile,v
    retrieving revision 1.247
    diff -2 -u -r1.247 Makefile
    --- Makefile	8 Feb 2002 09:48:34 -0000	1.247
    +++ Makefile	25 Feb 2002 15:54:16 -0000
    @@ -31,7 +31,5 @@
     # the mk files from the source tree which are supposed to DTRT.
     #
    -# The user-driven targets (as listed above) are implemented in Makefile.inc0
    -# and the private targets are in Makefile.inc1. These are kept separate
    -# to help the bootstrap build from aout to elf format.
    +# The user-driven targets (as listed above) are implemented in Makefile.inc1.
     #
     # For novices wanting to build from current sources, the simple instructions

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-audit" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020225160105.GA31651>