Searched hist:"9 c851217b6d0d7a2d80f1d379654cae8ce045744" (Results 1 – 3 of 3) sorted by relevance
/freebsd/share/mk/ |
H A D | bsd.dep.mk | diff 9c851217b6d0d7a2d80f1d379654cae8ce045744 Wed Aug 13 03:27:51 CEST 2014 Rui Paulo <rpaulo@FreeBSD.org> Make sure the DTrace header files are built before depend and before the build starts.
This adds a new variable DHDRS that contains a list of all DTrace header files. Then, we use the beforedepend hook to make sure the heaeder files are built.
Introduce a beforebuild dependency (from projects/bmake) based on feedback from Simon J. Gerraty. This lets us generate the header files without running make depend.
Reviewed by: sjg, imp MFC after: 3 days
|
H A D | bsd.prog.mk | diff 9c851217b6d0d7a2d80f1d379654cae8ce045744 Wed Aug 13 03:27:51 CEST 2014 Rui Paulo <rpaulo@FreeBSD.org> Make sure the DTrace header files are built before depend and before the build starts.
This adds a new variable DHDRS that contains a list of all DTrace header files. Then, we use the beforedepend hook to make sure the heaeder files are built.
Introduce a beforebuild dependency (from projects/bmake) based on feedback from Simon J. Gerraty. This lets us generate the header files without running make depend.
Reviewed by: sjg, imp MFC after: 3 days
|
H A D | bsd.lib.mk | diff 9c851217b6d0d7a2d80f1d379654cae8ce045744 Wed Aug 13 03:27:51 CEST 2014 Rui Paulo <rpaulo@FreeBSD.org> Make sure the DTrace header files are built before depend and before the build starts.
This adds a new variable DHDRS that contains a list of all DTrace header files. Then, we use the beforedepend hook to make sure the heaeder files are built.
Introduce a beforebuild dependency (from projects/bmake) based on feedback from Simon J. Gerraty. This lets us generate the header files without running make depend.
Reviewed by: sjg, imp MFC after: 3 days
|