HomeFreeBSD

Direct commit to fix warnings with fmake when building from top-level.

Description

Direct commit to fix warnings with fmake when building from top-level.

The top-level Makefile.inc1 uses 'make -C release -V' to lookup revision
information, which causes Makefile.vm and Makefile.vagrant to be included.

fmake has 2 issues here:

  1. It doesn't like the empty result of .if ${VAR:Mfoo}
  2. It doesn't like .if ${loop_item} ==

Details

Provenance
bdreweryAuthored on
Parents
rS289048: MFC r288238:
Branches
Unknown
Tags
Unknown