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

Use "make -k" and not "make".

parent fad6ef84
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# $Id: Build,v 1.9 1992/01/05 18:20:38 ceder Exp $
# $Id: Build,v 1.10 1993/02/21 16:28:58 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
......@@ -23,12 +23,12 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: Build,v 1.9 1992/01/05 18:20:38 ceder Exp $
# $Id: Build,v 1.10 1993/02/21 16:28:58 ceder Exp $
date
make depend \
&& echo '*** Depend ready. Making libraries. ***' \
&& make libraries \
&& make -k libraries \
&& echo '*** Libraries ready. Making binaries. ***' \
&& make binaries \
&& echo '*** All binaries should be built. Install manually.'
&& make -k binaries \
&& echo '*** All binaries might be built. Install manually.'
date
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment