Date: Tue, 5 Nov 2013 15:55:59 -0600 From: Mark Felder <feld@FreeBSD.org> To: Andreas Nilsson <andrnils@gmail.com> Cc: FreeBSD Stable Mailing List <freebsd-stable@freebsd.org> Subject: Re: 10-BETA3 Message-ID: <905A93F6-DF40-4778-BF4B-0529B4911DE3@FreeBSD.org> In-Reply-To: <CAPS9%2BSvZc%2BxCRE-HFyxSnPD-7xCSfjTW_ZU-Qa2PuHBmvxHteA@mail.gmail.com> References: <CAPS9%2BSvZc%2BxCRE-HFyxSnPD-7xCSfjTW_ZU-Qa2PuHBmvxHteA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 5, 2013, at 15:14, Andreas Nilsson <andrnils@gmail.com> wrote:
> Hello,
>=20
> I recently started using the 10 branch, and to my horror I found that =
make
> now no longer support -p switch.
>=20
> Is there any plans on providing such a switch for compatibility with =
gmake
> and previous make i fbsd?
>=20
fmake (older FreeBSD):
-p Only print the input graph, not executing any commands. =
The out-
put is the same as -d g1. When combined with -f /dev/null, =
only
the builtin rules of make are displayed.
gmake:
-p, --print-data-base
Print the data base (rules and variable values) that =
results from
reading the makefiles; then execute as usual or as otherwise =
spec-
ified. This also prints the version information given by =
the -v
switch (see below). To print the data base without =
trying to
remake any files, use make -p -f/dev/null.
Well, the new make (bmake) supports -d g1 so I guess you can see what =
you want to see using that. It would be really simple to add an option =
that makes -p work again, but I guess nobody else noticed its absence.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?905A93F6-DF40-4778-BF4B-0529B4911DE3>
