From 1eb4693c0d21bfb3f64c533cd4e38c69feca287e Mon Sep 17 00:00:00 2001 From: miod <> Date: Thu, 3 Jul 2014 21:12:24 +0000 Subject: Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. --- src/regress/lib/libc/Makefile | 4 ++-- src/regress/lib/libc/locale/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 06c09d35cd..114d6f0f78 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2014/06/18 08:24:00 matthew Exp $ +# $OpenBSD: Makefile,v 1.43 2014/07/03 21:12:24 miod Exp $ SUBDIR+= _setjmp alloca arc4random-fork SUBDIR+= atexit basename cephes cxa-atexit db dirname env @@ -9,7 +9,7 @@ SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum SUBDIR+= telldir time timingsafe vis -.if defined(REGRESS_FULL) +.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= getaddrinfo SUBDIR+= setjmp-fpu .endif diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile index d6df7bf70d..3bb3acd05a 100644 --- a/src/regress/lib/libc/locale/Makefile +++ b/src/regress/lib/libc/locale/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2013/08/01 21:26:30 kettenis Exp $ +# $OpenBSD: Makefile,v 1.3 2014/07/03 21:12:24 miod Exp $ -.if defined(REGRESS_FULL) +.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= check_isw .endif -- cgit v1.2.3-55-g6feb