Searched refs:WORKSPEC (Results 1 - 4 of 4) sorted by relevance

/src/distrib/sparc/instfs/
H A DMakefile18 WORKSPEC= instfs.spec macro
20 ${WORKSPEC}: ${MINIROOTDIR}/work.spec
25 CLEANFILES+= ${WORKSPEC} ${WORKSPEC}.tmp
/src/distrib/common/
H A DMakefile.image37 WORKSPEC?= work.spec
62 ${WORKBUILT}: ${IMAGEDEPENDS} ${WORKSPEC} ${PARSELISTDEP} ${LISTS}
69 ${TOOL_MTREE} -def ${WORKSPEC} -p ${WORKDIR}/ -UW && \
86 .if !target(${WORKSPEC}) # {
87 ${WORKSPEC}: ${MTREECONF} ${LISTS} ${PARSELISTDEP}
100 CLEANFILES+= ${WORKSPEC} ${WORKSPEC}.tmp
101 .endif # ! target (${WORKSPEC}) # }
121 ${MAKESPEC} -d ${WORKDIR} $$i >> ${WORKSPEC}; \
127 ${TOOL_MAKEFS} -t ffs -B ${IMAGEENDIAN} -s ${IMAGESIZE} -F ${WORKSPEC} \
[all...]
H A DMakefile.bootcd132 WORKSPEC= fs.spec
136 CLEANFILES+= ${WORKSPEC}
305 ${RM} -f ${WORKSPEC}
310 -e '/^\.\/etc\/gettytab/d' > ${WORKSPEC}; \
316 -e 's,^\.,./dev,' >> ${WORKSPEC}; \
319 cat ${SPEC_IN} >> ${WORKSPEC}
323 >> ${WORKSPEC}
326 cat ${SPEC_EXTRA} >> ${WORKSPEC}
328 if [ ! -s ${WORKSPEC} ]; then \
329 ${MAKESPEC} -d cdrom . > ${WORKSPEC}; \
[all...]
/src/distrib/common/bootimage/
H A DMakefile.bootimage284 WORKSPEC?= work.spec
292 CLEANFILES+= ${WORKSPEC} ${WORKFSTAB} ${WORKRCCONF} ${WORKFS}
366 @${RM} -f ${WORKSPEC}
429 echo "./${_TARGET} type=file uname=root gname=wheel mode=0555" >> ${WORKSPEC}; \
435 ${TOOL_SED} -e 's/ size=[0-9]*//' > ${WORKSPEC}
437 ${TOOL_SED} -e '/^\. type=dir/d' -e 's,^\.,./dev,' >> ${WORKSPEC}
438 cat ${SPEC_IN} >> ${WORKSPEC}
441 >> ${WORKSPEC}
444 cat ${SPEC_EXTRA} >> ${WORKSPEC}
448 echo "./$$(basename $$i) type=file uname=root gname=wheel mode=0444" >> ${WORKSPEC}; \
[all...]

Completed in 5 milliseconds