[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Target appends to file?
From: |
Lynch, Thomas |
Subject: |
Target appends to file? |
Date: |
Thu, 14 Apr 2016 10:59:07 +0000 |
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
- Target appends to file?,
Lynch, Thomas <=