Makefile.inc revision 319025
1# $FreeBSD: stable/10/sys/boot/Makefile.inc 319025 2017-05-28 01:14:59Z ngie $
2
3SSP_CFLAGS=
4
5# The boot loader build uses dd status=none, where possible, for reproducible
6# build output (since performance varies from run to run). Trouble is that
7# option was recently (10.3) added to FreeBSD and is non-standard. Only use it
8# when this test succeeds rather than require dd to be a bootstrap tool.
9DD_NOSTATUS!=(dd status=none count=0 2> /dev/null && echo status=none) || true
10DD=dd ${DD_NOSTATUS}
11