diff options
author | miod <> | 2014-07-03 21:12:24 +0000 |
---|---|---|
committer | miod <> | 2014-07-03 21:12:24 +0000 |
commit | 1eb4693c0d21bfb3f64c533cd4e38c69feca287e (patch) | |
tree | 5f8bb63f88ea26896afbe155c528f3dcd5d02347 | |
parent | 56a50b2774f131a285755b820b8317f279abf861 (diff) | |
download | openbsd-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/Makefile | 4 | ||||
-rw-r--r-- | 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 @@ | |||
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 | ||
3 | SUBDIR+= _setjmp alloca arc4random-fork | 3 | SUBDIR+= _setjmp alloca arc4random-fork |
4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env | 4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env |
@@ -9,7 +9,7 @@ SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf | |||
9 | SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum | 9 | SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum |
10 | SUBDIR+= telldir time timingsafe vis | 10 | SUBDIR+= telldir time timingsafe vis |
11 | 11 | ||
12 | .if defined(REGRESS_FULL) | 12 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) |
13 | SUBDIR+= getaddrinfo | 13 | SUBDIR+= getaddrinfo |
14 | SUBDIR+= setjmp-fpu | 14 | SUBDIR+= 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) |
4 | SUBDIR+= check_isw | 4 | SUBDIR+= check_isw |
5 | .endif | 5 | .endif |
6 | 6 | ||