From d23ae6164c62263a0868f3ab8926684d5f787ba5 Mon Sep 17 00:00:00 2001 From: millert Date: Mon, 5 May 1997 04:44:10 +0000 Subject: [PATCH] Back out depend/clean changes. --- sys/lib/libkern/Makefile.inc | 8 +++----- sys/lib/libsa/Makefile.inc | 8 +++----- sys/lib/libz/Makefile.inc | 6 +++--- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/sys/lib/libkern/Makefile.inc b/sys/lib/libkern/Makefile.inc index b9a2903d4d4..497031862d4 100644 --- a/sys/lib/libkern/Makefile.inc +++ b/sys/lib/libkern/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 1997/05/04 23:33:35 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1997/05/05 04:44:10 millert Exp $ # $NetBSD: Makefile.inc,v 1.22 1996/09/30 15:54:35 ws Exp $ # # NOTE: $S must correspond to the top of the 'sys' tree @@ -40,13 +40,11 @@ ${KERNLIB_PROF}: .NOTMAIN __always_make_kernlib @${KERNMAKE} libkern.po .endif -clean: .NOTMAIN cleankernlib -cleankernlib: .NOTMAIN __always_make_kernlib +clean:: .NOTMAIN __always_make_kernlib @echo cleaning the kern library objects @${KERNMAKE} clean -depend: .NOTMAIN dependkernlib -dependkernlib: .NOTMAIN __always_make_kernlib +depend:: .NOTMAIN __always_make_kernlib @echo depending the kern library objects @${KERNMAKE} depend diff --git a/sys/lib/libsa/Makefile.inc b/sys/lib/libsa/Makefile.inc index 14a4ce3937a..d0a79cba785 100644 --- a/sys/lib/libsa/Makefile.inc +++ b/sys/lib/libsa/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 1997/05/04 23:35:32 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1997/05/05 04:44:10 millert Exp $ # $NetBSD: Makefile.inc,v 1.5 1996/09/30 16:01:18 ws Exp $ # # NOTE: $S must correspond to the top of the 'sys' tree @@ -28,13 +28,11 @@ ${SALIB}: .NOTMAIN __always_make_salib @echo making sure the stand-alone library is up to date... @${SAMAKE} libsa.a -clean: .NOTMAIN cleansalib -cleansalib: .NOTMAIN __always_make_salib +clean:: .NOTMAIN __always_make_salib @echo cleaning the stand-alone library objects @${SAMAKE} clean -depend: .NOTMAIN dependsalib -dependsalib: .NOTMAIN __always_make_salib +depend:: .NOTMAIN __always_make_salib @echo depending the standalone library objects @${SAMAKE} depend diff --git a/sys/lib/libz/Makefile.inc b/sys/lib/libz/Makefile.inc index 574d8464f55..e20d89e398f 100644 --- a/sys/lib/libz/Makefile.inc +++ b/sys/lib/libz/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 1997/05/04 23:35:33 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1997/05/05 04:44:11 millert Exp $ # $NetBSD: Makefile.inc,v 1.2 1997/01/23 22:29:09 cgd Exp $ # # Configuration variables (default values are below): @@ -52,7 +52,7 @@ ${ZLIB_PROF}: .NOTMAIN __always_make_zlib @${ZMAKE} libz.po .endif -clean: .NOTMAIN cleanzlib +clean:: .NOTMAIN cleanzlib cleanzlib: .NOTMAIN __always_make_zlib @echo cleaning the z library objects @${ZMAKE} clean @@ -62,7 +62,7 @@ cleandirzlib: .NOTMAIN __always_make_zlib @echo cleandiring the z library objects @${ZMAKE} cleandir -depend: .NOTMAIN dependzlib +depend:: .NOTMAIN dependzlib dependzlib: .NOTMAIN __always_make_zlib @echo depending the z library objects @${ZMAKE} depend -- 2.20.1