Skip to content
Snippets Groups Projects
Commit e9e58f91 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added "date" before and after compilation.

parent 3fa415b3
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# $Id: Build,v 1.4 1991/08/30 07:05:16 ceder Exp $ # $Id: Build,v 1.5 1991/09/04 19:52:54 ceder Exp $
date
make TOPDIR=`pwd` depend \ make TOPDIR=`pwd` depend \
&& echo '*** Depend ready. Making libraries. ***' \ && echo '*** Depend ready. Making libraries. ***' \
&& make TOPDIR=`pwd` libraries \ && make TOPDIR=`pwd` libraries \
&& echo '*** Libraries ready. Making binaries. ***' \ && echo '*** Libraries ready. Making binaries. ***' \
&& make TOPDIR=`pwd` binaries \ && make TOPDIR=`pwd` binaries \
&& echo '*** All binaries built succesfully. Install manually. && echo '*** All binaries built succesfully. Install manually.
date
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment