mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add a missing -o.
There might be some other bug related to OBJDIR handling, once fixed these changes can be MFC immediately.
This commit is contained in:
parent
5dba33ac48
commit
5d97a228a8
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ ${CONF}/${CONFFILE}: PICOBSD
|
|||
# This part creates crunch1.conf and crunch.mk from crunch.conf
|
||||
${BUILDDIR}/crunch.mk: ${BUILDDIR}/crunch1.conf
|
||||
-(cd ${BUILDDIR}/crunch ; \
|
||||
crunchgen -p ${PICO_OBJ} -m ${.TARGET} ${.OODATE} )
|
||||
crunchgen -p ${PICO_OBJ} -o -m ${.TARGET} ${.OODATE} )
|
||||
|
||||
${BUILDDIR}/crunch1.conf: ${MY_TREE}/crunch.conf
|
||||
(cd ${BUILDDIR}/crunch ; cat ${.OODATE} | \
|
||||
|
|
|
|||
Loading…
Reference in a new issue