diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-11-20 03:54:37 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-11-20 03:54:37 +0000 |
| commit | 1b65f0bd2bda7121a90f8cb4c1cacaa20f1b681d (patch) | |
| tree | 90c374b8513ec5109e1ec4e2228e2edf648e8756 /unit-tests/dir.mk | |
| parent | 302da1a3d35c15cb29d76e0a939f8bcb13f7ad80 (diff) | |
Notes
Diffstat (limited to 'unit-tests/dir.mk')
| -rw-r--r-- | unit-tests/dir.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unit-tests/dir.mk b/unit-tests/dir.mk index 24ce47d959ed..55e22d88b803 100644 --- a/unit-tests/dir.mk +++ b/unit-tests/dir.mk @@ -1,4 +1,4 @@ -# $NetBSD: dir.mk,v 1.7 2020/10/31 21:30:03 rillig Exp $ +# $NetBSD: dir.mk,v 1.8 2020/11/03 18:42:33 rillig Exp $ # # Tests for dir.c. @@ -64,7 +64,8 @@ fetch fetch-post extract extract-post: : $@ # The expansions may have duplicates. -# These are merged together because of the dependency line. +# When the source of the dependency line is expanded later, each of the +# expanded words will be the same. all: dup-{1,1,1,1,1,1,1} dup-1: |
