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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
