Lines Matching refs:_t
1210 ${Q}rm -f $@ $@_t $@_commands
1215 ${Q}./scripts/getversion.sh >> $@_t
1217 'futil_cmd_t __cmd_##NAME;' >> $@_t
1218 ${Q}cat $@_commands >> $@_t
1219 ${Q}echo '#undef _CMD' >> $@_t
1220 ${Q}echo '#define _CMD(NAME) &__cmd_##NAME,' >> $@_t
1221 ${Q}echo 'const struct futil_cmd_t *const futil_cmds[] = {' >> $@_t
1222 ${Q}cat $@_commands >> $@_t
1223 ${Q}echo '0}; /* null-terminated */' >> $@_t
1224 ${Q}echo '#undef _CMD' >> $@_t
1225 ${Q}mv $@_t $@