aboutsummaryrefslogtreecommitdiff
path: root/contrib/dtc/Makefile
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-12-06 01:31:25 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-12-06 01:31:25 +0000
commit37a60314613bc8baf1a46d9981e7c2f674dbe1cd (patch)
tree0ea47815d0d8b0a032fb3b1984970cc51a946957 /contrib/dtc/Makefile
parentc3fa0037ba42a4d17ec37337fc2b2c83f2dfdafe (diff)
downloadsrc-37a60314613bc8baf1a46d9981e7c2f674dbe1cd.tar.gz
src-37a60314613bc8baf1a46d9981e7c2f674dbe1cd.zip
Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in
share/mk/sys.mk instead. This is part of a medium term project to permit deterministic builds of FreeBSD. Submitted by: Erik Cederstrand <erik@cederstrand.dk> Reviewed by: imp, toolchain@ Approved by: cperciva MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=243933
Diffstat (limited to 'contrib/dtc/Makefile')
-rw-r--r--contrib/dtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dtc/Makefile b/contrib/dtc/Makefile
index 1169e6c02dc9..dd4d1a8bc88e 100644
--- a/contrib/dtc/Makefile
+++ b/contrib/dtc/Makefile
@@ -48,7 +48,7 @@ ifdef V
VECHO = :
else
VECHO = echo " "
-ARFLAGS = rc
+ARFLAGS ?= rc
.SILENT:
endif