Greetings,

 

                Having a problem append to a file within a target. I have
the following:

 

                dut:

                                @echo "Phase 1"

                                ./shell_script 2>&1 >phase1.log

                                vlog $(VOPTS) >>phase1.log 2>&1

 

                It's the "vlog" line I'm have trouble with, I've played
around where to put the stderr/stdout re-direct,

                and checks the SHELL variable, but can't seem to get it to
append to the phase1.log. The shell script

                works fine. Any ideas what I'm doing wrong here? Thanks for
any help in advance.

 

                -Tom

 

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to