Annotation of embedtools/src/compile.sh, revision 1.1.1.1

1.1       misho       1: #!/bin/sh
                      2: #
                      3: # $Id:$
                      4: #
                      5: 
                      6: /bin/cat >compile.c <<__END
                      7: char compiled[] = "`/bin/date +"%Y-%m-%d %H:%M"`";
                      8: char compiledby[] = "`/usr/bin/whoami`";
                      9: char compilehost[] = "`uname -n`";
                     10: __END

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