Skip to main content

All Questions

4 votes
2 answers
6k views

Send env to a makefile target

I am trying to set an env var which is git sha1 commit for a makefile target. I am setting a lot of env vars and only this fails with no such file or directory error. I am hell confused. Please help ...
Medhamsh's user avatar
  • 303
1 vote
1 answer
2k views

Problem isolating the environment variable in a shell script

I’m a novice here but stackoverflow has helped me in the past. I’m writing a bash shell script to generate a makefile (starting small). echo "\ include \$(GNUSTEP_MAKEFILES)/common.make APP_NAME = ...
Not Rick Astley's user avatar