Skip to content
Advertisement

Maikefile error make: *** [prepare] Error 127

I get the following error form the Makefile:

JavaScript

Error:

JavaScript

What am I doing wrong?

Advertisement

Answer

your subshell command git describe --abbrev=0 --tags is executed an returns the string “v1.1.2”. Make then tries to execute it as a program.

JavaScript

should work

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement