mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
make: tiptoe around restriction when using dev tools such as "diff"
This commit is contained in:
parent
e963f315eb
commit
9735174eac
14
Makefile
14
Makefile
@ -33,11 +33,15 @@ CORE_NICKNAME?= Not Yet
|
||||
CORE_NAME?= opnsense-devel
|
||||
CORE_TYPE?= development
|
||||
|
||||
.for REPLACEMENT in ABI PHP PYTHON
|
||||
. if empty(CORE_${REPLACEMENT})
|
||||
. error Cannot build without CORE_${REPLACEMENT} set
|
||||
. endif
|
||||
.endfor
|
||||
.if empty(CORE_DEVABI)
|
||||
. for REPLACEMENT in ABI PHP PYTHON
|
||||
. if empty(CORE_${REPLACEMENT})
|
||||
. error Cannot build without CORE_${REPLACEMENT} set
|
||||
. endif
|
||||
. endfor
|
||||
.else
|
||||
CORE_ABI= ${CORE_DEVABI}
|
||||
.endif
|
||||
|
||||
_CORE_NEXT= ${CORE_ABI:C/\./ /}
|
||||
.if ${_CORE_NEXT:[2]} == 7
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user