caroot: use bsd.obj.mk, not bsd.prog.mk
This directory stages certdata into .OBJDIR and processes it, but does not actually build a prog-shaped object; bsd.obj.mk provides the minimal support that we actually need, an .OBJDIR and descent into subdirs. This is admittedly the nittiest of nits.
This commit is contained in:
parent
9a82a56bee
commit
0428b669a6
@ -7,10 +7,9 @@ CLEANFILES+= certdata.txt
|
|||||||
SUBDIR+= trusted
|
SUBDIR+= trusted
|
||||||
SUBDIR+= blacklisted
|
SUBDIR+= blacklisted
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.obj.mk>
|
||||||
|
|
||||||
# To be used by secteam@ to update the trusted certificates
|
# To be used by secteam@ to update the trusted certificates
|
||||||
|
|
||||||
fetchcerts: .PHONY
|
fetchcerts: .PHONY
|
||||||
fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt'
|
fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user