Fix SUBOS
This commit is contained in:
parent
7cdffe5e13
commit
2857fb49d1
2
mk/os.mk
2
mk/os.mk
@ -8,7 +8,7 @@ OS?= ${_OS}$(shell ${_OS_SH})
|
|||||||
|
|
||||||
_SUBOS_SH= case `uname -s` in \
|
_SUBOS_SH= case `uname -s` in \
|
||||||
*BSD|DragonFly) echo "BSD";; \
|
*BSD|DragonFly) echo "BSD";; \
|
||||||
*) `uname -s`;; \
|
*) uname -s;; \
|
||||||
esac
|
esac
|
||||||
_SUBOS!= ${_SUBOS_SH}
|
_SUBOS!= ${_SUBOS_SH}
|
||||||
SUBOS?= ${_SUBOS}$(shell ${_SUBOS_SH})
|
SUBOS?= ${_SUBOS}$(shell ${_SUBOS_SH})
|
||||||
|
Loading…
Reference in New Issue
Block a user