Due to a recent FreeBSD change the default output directory of the release
targets is changed to the object directory instead of the source
directory. Use WITHOUT_AUTO_OBJ to restore previous behavior. This is
harmless if used with previous versions, it will be ignored.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
buildcmd_stamped_logged_root($time, 'freebsd', "release-$target",
$prefix, <<END, '');
-make -C release $target
+make -C release $target -DWITHOUT_AUTO_OBJ
END
}