diff options
| author | John W. De Boskey <jwd@FreeBSD.org> | 2003-04-18 02:30:40 +0000 |
|---|---|---|
| committer | John W. De Boskey <jwd@FreeBSD.org> | 2003-04-18 02:30:40 +0000 |
| commit | 9327e08b68b6b3b81e5bb90ea7d6627ca20388c6 (patch) | |
| tree | fdd93e03119af1b9505e719c34a470e938751e6d | |
| parent | 3e59cfb1047b9d3240c8ad569c2dee561a1b4ab8 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 674c7a851813..3d43d8bc3433 100644 --- a/release/Makefile +++ b/release/Makefile @@ -909,7 +909,7 @@ iso.1: @echo "Creating ISO images..." @sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \ fbsd_miniinst \ - ${CD}/${BUILDNAME}-${TARGET}-miniinst.iso ${CD_DISC1}; \ + ${CD}/${BUILDNAME}-${TARGET}-miniinst.iso ${CD_DISC1} @sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \ fbsd_livefs \ ${CD}/${BUILDNAME}-${TARGET}-disc2.iso ${CD_DISC2} |
