Calling a shell command in a
Makefile if the command has the character ‘#’, this can cause the following problem:
Makefile:3: *** unterminated call to function `shell': missing `)'. Stop.
possible reason: “”#"
is parsed as a comment in a Makefile.
so if you want to use “#” you can just add the escape character “\#”.
Read More:
- error C2137: empty character constant
- Error analysis of receive comments before first target. Stop
- The list command in HBase shell reported an error org.apache.hadoop . hbase.PleaseHoldException : Master is initializing
- python SyntaxError: (unicode error) ‘unicodeescape’ codec can’t decode bytes in position 2-3: trunca
- [Warning] incompatible implicit declaration of built-in function ‘strcat’
- pd.to_csv,Error: need to escape, but no escapechar set
- The meaning of escape character is’ ^] ‘prompted by telnet under linux / Unix
- g++ error analysis error: unterminated #ifndef
- Solution of visdom enabling problem
- Solution to shell script error “expr: syntax error”
- java.lang.IllegalArgumentException : urlcoder exception resolution
- Centos7 Yum error downloading packages:
- Error BC: command not found when git bash runs shell script
- Illegal escape character in string literal
- Golang timer function executes a function every few minutes
- Write about the problems and solutions when configuring OpenGL in vs2015
- C + + pauses the black window system (“pause”); (get ch(), getchar(), system (pause)’s connection and difference
- Python calls C to generate so library and reports an error: undefined symbol
- Microsoft JScript runtime error:Object expected
- Python error: typeerror: ‘module’ object is not callable