From: mickey Date: Fri, 10 May 1996 12:19:12 +0000 (+0000) Subject: remove makelinks, when done. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fa908a28f129a6c86533397d28305ad0699ea85d;p=openbsd remove makelinks, when done. --- diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 20fdf14dd0e..77b04a99250 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.11 1996/05/10 12:13:19 mickey Exp $ +# $OpenBSD: Makefile.i386,v 1.12 1996/05/10 12:19:12 mickey Exp $ # $NetBSD: Makefile.i386,v 1.66 1996/02/29 20:56:16 cgd Exp $ # Makefile for OpenBSD @@ -143,7 +143,7 @@ links: echo ${CFILES} | tr -s ' ' '\12' | sed 's/\.c/.o/' | \ sort -u | comm -23 - dontlink | \ sed 's,.*/\(.*.o\),rm -f \1; ln -s ../GENERIC/\1 \1,' > makelinks - sh makelinks && rm -f dontlink + sh makelinks && rm -f dontlink makelinks # depend on APM .include "${I386}/apm_init/Makefile.inc"