Searched refs:IMAGE (Results 1 - 25 of 96) sorted by relevance

1234

/src/distrib/rs6000/bootfs/
H A DMakefile6 IMAGE= boot.fs macro
18 ${IMAGE}.gz: ${KERNEL} ${BOOTLOADER}
21 -b ${BOOTLOADER} -k ${TMPKERNEL} ${IMAGE}
22 ${TOOL_GZIP_N} -9c ${IMAGE} > ${IMAGE}.tmp
23 mv ${IMAGE}.tmp ${.TARGET}
25 CLEANFILES+= ${IMAGE} ${IMAGE}.tmp ${IMAGE}.gz
27 all realall: ${IMAGE}
[all...]
/src/distrib/bebox/floppies/bootfloppy/
H A DMakefile3 IMAGE= boot.fs macro
/src/distrib/amiga/floppies/inst/
H A DMakefile6 IMAGE= inst-${DISTRIBREV}.fs macro
/src/distrib/amiga/floppies/upgr/
H A DMakefile6 IMAGE= upgr-${DISTRIBREV}.fs macro
/src/distrib/vax/inst/
H A DMakefile6 IMAGE= miniroot-${DISTRIBREV}.fs macro
/src/distrib/vax/floppy/
H A DMakefile15 IMAGE= boot.fs macro
20 CLEANFILES+= netbsd.gz boot.vax ${IMAGE}.tmp
22 realall: ${IMAGE} ${XXBOOT} ${DESTDIR}/usr/mdec/boot
30 ${IMAGE}: ${IMAGEDEPENDS}
31 cat ${XXBOOT} > ${IMAGE}.tmp
35 dd of=${IMAGE}.tmp seek=16
36 dd if=${IMAGE}.tmp of=${IMAGE} bs=${IMAGESIZE} conv=sync
38 release: check_RELEASEDIR .WAIT ${IMAGE}
39 ${RELEASE_INSTALL} ${IMAGE} \
[all...]
/src/distrib/bebox/floppies/bootfloppy_com0/
H A DMakefile3 IMAGE= boot_com0.fs macro
/src/distrib/bebox/floppies/bootfloppy_vga/
H A DMakefile3 IMAGE= boot_vga.fs macro
/src/distrib/i386/ramdisks/ramdisk-small/
H A DMakefile4 IMAGE= ramdisk-${BOOTMODEL}.fs macro
/src/etc/etc.riscv/
H A DMakefile.inc14 IMAGE.rel= ${RELEASEDIR}/${RELEASEMACHINEDIR}
15 IMAGE.dir= ${IMAGE.rel}/binary/gzimg
16 IMAGE.kern= ${IMAGE.rel}/binary/kernel
38 IMAGEDIR=${IMAGE.dir} \
41 ${IMAGE.dir}/${.TARGET:S/smp_//}.img.gz
54 MKI_OPTS.smp_riscv64= -K ${IMAGE.kern}
61 MKI_OPTS.smp_riscv32= -K ${IMAGE.kern}
/src/distrib/amd64/ramdisks/ramdisk/
H A DMakefile3 IMAGE= ramdisk.fs macro
/src/distrib/atari/floppies/install/
H A DMakefile3 IMAGE= sysinst.fs macro
/src/distrib/atari/floppies/prepare/
H A DMakefile3 IMAGE= prepare.fs macro
/src/distrib/ofppc/ramdisks/ramdisk/
H A DMakefile3 IMAGE= ramdisk.fs macro
/src/distrib/virt68k/ramdisks/inst-ramdisk/
H A DMakefile3 IMAGE= inst-ramdisk.fs macro
/src/distrib/evbsh3/rom/ramdiskeb/
H A DMakefile8 IMAGE= ramdisk.fs macro
19 IMAGE?= xxx.fs macro
36 realall: ${IMAGE}
38 ${IMAGE}: ${CBIN} ${MTREECONF} ${LISTS}
39 rm -f ${IMAGE}.tmp
40 dd if=/dev/zero of=${IMAGE}.tmp count=${RAMDISKSIZE}
41 ${VNCONFIG} -v -c ${VND_CDEV} ${IMAGE}.tmp \
56 mv -f ${IMAGE}.tmp ${IMAGE}
61 -/bin/rm -f ${IMAGE}
[all...]
/src/distrib/evbsh3/rom/ramdiskel/
H A DMakefile8 IMAGE= ramdisk.fs macro
19 IMAGE?= xxx.fs macro
36 realall: ${IMAGE}
38 ${IMAGE}: ${CBIN} ${MTREECONF} ${LISTS}
39 rm -f ${IMAGE}.tmp
40 dd if=/dev/zero of=${IMAGE}.tmp count=${RAMDISKSIZE}
41 ${VNCONFIG} -v -c ${VND_CDEV} ${IMAGE}.tmp \
56 mv -f ${IMAGE}.tmp ${IMAGE}
61 -/bin/rm -f ${IMAGE}
[all...]
/src/distrib/common/
H A DMakefile.image9 # IMAGEDEPENDS depends for ${IMAGE}
10 # IMAGEENDIAN endianness of ${IMAGE}
11 # IMAGESIZE size of ${IMAGE}
15 # IMAGE name of target image
17 # IMAGEPOSTBUILD operation to run on ${IMAGE} ${.TARGET} after its built
26 # IMAGETAR tar.gz file to create containing ${IMAGE}'s contents
28 # IMAGE_RELEASEDIR where to install ${IMAGE}.gz
103 .if defined(IMAGE) # {
105 ${IMAGE}: ${WORKBUILT}
124 [ "${.OODATE}" = ${WORKBUILT} -a -f ${IMAGE}
[all...]
/src/etc/etc.evbarm/
H A DMakefile.inc75 IMAGE.rel= ${RELEASEDIR}/${RELEASEMACHINEDIR}
76 IMAGE.dir= ${IMAGE.rel}/binary/gzimg
77 IMAGE.kern= ${IMAGE.rel}/binary/kernel
78 IMAGE.instk= ${IMAGE.rel}/installation/instkernel
99 IMAGEDIR=${IMAGE.dir} \
102 ${IMAGE.dir}/${.TARGET:S/smp_//}.img
104 @echo "===> Making bootable image ${IMAGE
[all...]
/src/distrib/amd64/ramdisks/ramdisk-cgdroot/
H A DMakefile3 IMAGE= ramdisk-cgdroot.fs macro
/src/distrib/amd64/ramdisks/ramdisk-zfsroot/
H A DMakefile3 IMAGE= ramdisk-zfsroot.fs macro
/src/distrib/bebox/floppies/bootfloppy-common/
H A DMakefile.inc7 # IMAGE
17 ${IMAGE}:
20 KFILES= ${IMAGE}
/src/distrib/i386/ramdisks/ramdisk-big/
H A DMakefile4 IMAGE= ramdisk-${BOOTMODEL}.fs macro
/src/distrib/i386/ramdisks/ramdisk-cgdroot/
H A DMakefile4 IMAGE= ramdisk-cgdroot.fs macro
/src/distrib/i386/ramdisks/ramdisk-rescuetiny/
H A DMakefile4 IMAGE= ramdisk-rescue${BOOTMODEL}.fs macro

Completed in 23 milliseconds

1234