Lines Matching full:script
31 # how we get script name from src
50 .for script in ${${group}:O:u}
51 ${group}_INSTALL_OWN.${script:T} ?= ${${group}_INSTALL_OWN}
52 ${group}DIR.${script:T} ?= ${${group}DIR_${script:T}:U${${group}DIR}}
53 script_mkdir_list += ${${group}DIR.${script:T}}
55 ${group}NAME.${script} ?= ${${group}NAME_${script:T}:U${script:${SCRIPTSNAME_MOD}}}
56 .if ${${group}NAME.${script}:T} != ${script:T}
58 STAGE_AS_${script} = ${${group}NAME.${script:T}}
59 stage_as.${group}: ${script}
61 installscripts: installscripts.${group}.${script:T}
62 installscripts.${group}.${script:T}: ${script} script_mkdirs
63 ${INSTALL} ${SCRIPTS_COPY} ${${group}_INSTALL_OWN.${script:T}} \
64 -m ${SCRIPTSMODE} ${.ALLSRC:Nscript_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${script:T}}
68 stage_files.${group}: ${script}
69 installscripts.${group}: ${script}
73 .endfor # script