]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/boot/Makefile.inc
MFC r368207,368607:
[FreeBSD/stable/10.git] / sys / boot / Makefile.inc
1 # $FreeBSD$
2
3 SSP_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.
9 DD_NOSTATUS!=(dd status=none count=0 2> /dev/null && echo status=none) || true
10 DD=dd ${DD_NOSTATUS}