Hello All,
I am trying to do the following in my Makefile.
BUILD_DIR = `current_tag`
include $BUILD_DIR/Makefile.inc
It seems that "current_tag" which is a shell command does not get
evaluated before being assigned to BUILD_DIR. As a result make complains
of not being able to find the file
$(BUILD_DIR)/Makefile.inc
Is there a way to acheive the above. Any workaround would also be
greatly appreciated. Thanks for your time.
Regards,
Kanna.
Sierra Logic Inc.
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make
- Re: Evaluate scripts/commands output before assignment +... Kanna Potharlanka
- Re: Evaluate scripts/commands output before assignm... Paul D. Smith
