Subject: Re: "date -X ; date" works in sh, but not in make
To: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-userlevel
Date: 03/28/1999 11:29:42
Well, there are few ways..
date -X || true; date
-date -X (leading `-' on command means ignore error code)
- Bill