summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiod <>2014-07-03 21:12:24 +0000
committermiod <>2014-07-03 21:12:24 +0000
commit1eb4693c0d21bfb3f64c533cd4e38c69feca287e (patch)
tree5f8bb63f88ea26896afbe155c528f3dcd5d02347
parent56a50b2774f131a285755b820b8317f279abf861 (diff)
downloadopenbsd-1eb4693c0d21bfb3f64c533cd4e38c69feca287e.tar.gz
openbsd-1eb4693c0d21bfb3f64c533cd4e38c69feca287e.tar.bz2
openbsd-1eb4693c0d21bfb3f64c533cd4e38c69feca287e.zip
Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.
-rw-r--r--src/regress/lib/libc/Makefile4
-rw-r--r--src/regress/lib/libc/locale/Makefile4
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 @@
1# $OpenBSD: Makefile,v 1.42 2014/06/18 08:24:00 matthew Exp $ 1# $OpenBSD: Makefile,v 1.43 2014/07/03 21:12:24 miod Exp $
2 2
3SUBDIR+= _setjmp alloca arc4random-fork 3SUBDIR+= _setjmp alloca arc4random-fork
4SUBDIR+= atexit basename cephes cxa-atexit db dirname env 4SUBDIR+= atexit basename cephes cxa-atexit db dirname env
@@ -9,7 +9,7 @@ SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf
9SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum 9SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum
10SUBDIR+= telldir time timingsafe vis 10SUBDIR+= telldir time timingsafe vis
11 11
12.if defined(REGRESS_FULL) 12.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
13SUBDIR+= getaddrinfo 13SUBDIR+= getaddrinfo
14SUBDIR+= setjmp-fpu 14SUBDIR+= setjmp-fpu
15.endif 15.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 @@
1# $OpenBSD: Makefile,v 1.2 2013/08/01 21:26:30 kettenis Exp $ 1# $OpenBSD: Makefile,v 1.3 2014/07/03 21:12:24 miod Exp $
2 2
3.if defined(REGRESS_FULL) 3.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
4SUBDIR+= check_isw 4SUBDIR+= check_isw
5.endif 5.endif
6 6