summaryrefslogtreecommitdiffstats
path: root/release/picobsd/build/Makefile.conf
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-08-30 21:39:14 +0000
committerluigi <luigi@FreeBSD.org>2001-08-30 21:39:14 +0000
commit3d846e3b57772bd7d68462bc91f26978055ae57d (patch)
tree34b2e4b1a3980bd3c14b5b11cd0654a859eee3c5 /release/picobsd/build/Makefile.conf
parentb126e3170f8cfd8c67d2521a99900dd19b6e5f42 (diff)
downloadFreeBSD-src-3d846e3b57772bd7d68462bc91f26978055ae57d.zip
FreeBSD-src-3d846e3b57772bd7d68462bc91f26978055ae57d.tar.gz
add a missing -o.
There might be some other bug related to OBJDIR handling, once fixed these changes can be MFC immediately.
Diffstat (limited to 'release/picobsd/build/Makefile.conf')
-rw-r--r--release/picobsd/build/Makefile.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/build/Makefile.conf b/release/picobsd/build/Makefile.conf
index dad3964..68b96d2 100644
--- a/release/picobsd/build/Makefile.conf
+++ b/release/picobsd/build/Makefile.conf
@@ -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} | \
OpenPOWER on IntegriCloud