freebsd-dev/tools/build/cross-build/date.sh
Ruslan Ermilov f09a3cc462 Add hacks that I use to test cross-builds (by building on
native and foreign architectures and comparing products).
They eliminate most of the differences caused by different
object directory paths, timestamping, and identification.

(Note WORLDTMP was renamed to ${OBJTREE}${.CURDIR}/tmp.)
2005-03-02 16:40:51 +00:00

7 lines
51 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
exec /bin/date -r0 "$@"