Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2017 02:59:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 219482] pmake book say different with man of make about "include"
Message-ID:  <bug-219482-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219482

            Bug ID: 219482
           Summary: pmake book say different with man of make about
                    "include"
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc@FreeBSD.org
          Reporter: amutu@amutu.com

in <PMake =E2=80=94 A Tutorial>3.2. Including Other Makefiles:

PMake allows you to do the same thing for makefiles, with the added ability=
 to
use variables in the filenames. An include directive in a makefile looks ei=
ther
like this:

#include <file>
or this:

#include "file"

-------------------------------------------------
while man page of make writes:

All such structures are
     identified by a line beginning with a single dot (=E2=80=98.=E2=80=99)=
 character.  Files
     are included with either .include =E2=9F=A8file=E2=9F=A9 or .include "=
file".

I think the pmake book should change to ".include".

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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