File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / src / compile.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Nov 12 10:35:55 2009 UTC (14 years, 6 months ago) by misho
Branches: start, MAIN
CVS tags: tools3_0, tools2_9, tools2_8, tools2_7, tools2_6, tools2_5, tools2_4, tools2_3, tools2_2, tools2_1, tools2_0, tools1_2, tools1_1, tools1_0, misho, TOOLS2_9, TOOLS2_8, TOOLS2_7, TOOLS2_6, TOOLS2_5, TOOLS2_4, TOOLS2_3, TOOLS2_2, TOOLS2_1, TOOLS2_0, TOOLS1_2, TOOLS1_1, TOOLS1_0, HEAD
Embbeded tools for AITBSD

#!/bin/sh
#
# $Id: compile.sh,v 1.1.1.1 2009/11/12 10:35:55 misho Exp $
#

/bin/cat >compile.c <<__END
char compiled[] = "`/bin/date +"%Y-%m-%d %H:%M"`";
char compiledby[] = "`/usr/bin/whoami`";
char compilehost[] = "`uname -n`";
__END

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>