NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
toolchain/48728: The make file at the top of the src tree can no longer be used directly
>Number: 48728
>Category: toolchain
>Synopsis: The make file at the top of the src tree can no longer be used
>directly
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: toolchain-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Apr 09 02:20:01 +0000 2014
>Originator: David H. Gutteridge
>Release: Current sources
>Organization:
>Environment:
n/a
>Description:
The make file in /src can no longer be invoked directly with any
targets, e.g. "cleandir" or "obj". I'm assuming this isn't an
intentional change, as I don't see anything about it in BUILDING.
(That said, I'm not sure how big a deal this is, given build.sh can
be used instead. But the documentation doesn't match the behaviour.)
Instead, I get:
make: "/usr/builds/netbsd-current/src/share/mk/bsd.sys.mk" line 8: Malformed
conditional (!empty(.INCLUDEDFROMFILE:MMakefile*))
make: Fatal errors encountered -- cannot continue
>How-To-Repeat:
Go to /src and run make, e.g. "make cleandir".
>Fix:
Undo the commit that changed this or update the docs.
Home |
Main Index |
Thread Index |
Old Index