MCPcopy Create free account
hub / github.com/celer-pkg/celer / Install

Method Install

buildsystems/build_qmake.go:150–161  ·  view source on GitHub ↗
(options []string)

Source from the content-addressed store, hash-verified

148}
149
150func (q qmake) Install(options []string) error {
151 // Execute install.
152 title := fmt.Sprintf("[install %s]", q.PortConfig.nameVersion())
153 executor := cmd.NewExecutor(title, "make install")
154 executor.SetLogPath(q.getLogPath("install"))
155 executor.SetWorkDir(q.PortConfig.BuildDir)
156 if err := executor.Execute(); err != nil {
157 return err
158 }
159
160 return nil
161}

Callers

nothing calls this directly

Calls 7

NewExecutorFunction · 0.92
SprintfMethod · 0.80
nameVersionMethod · 0.80
SetLogPathMethod · 0.80
SetWorkDirMethod · 0.80
ExecuteMethod · 0.80
getLogPathMethod · 0.65

Tested by

no test coverage detected