diff options
| author | Matt Ahrens <mahrens@delphix.com> | 2019-03-05 10:50:00 -0700 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2019-05-02 22:12:51 -0400 |
| commit | 0193495632be916873f94049cb3da876f1b1ae01 (patch) | |
| tree | a98933c07f6eda9e1868fdd99d2e0ff7218ef46f /usr/src | |
| parent | 18af157d87b4b81f71536f46eb203c55084f0e58 (diff) | |
| download | illumos-joyent-0193495632be916873f94049cb3da876f1b1ae01.tar.gz | |
10507 NO_GENUNIX_UNIQUIFY has no effect
Reviewed by: Robert MusMustacchi <rm@joyent.com>
Reviewed by: Gergő Doma <domag02@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/uts/Makefile.uts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/Makefile.uts b/usr/src/uts/Makefile.uts index 73f9e80f99..6d2a64c157 100644 --- a/usr/src/uts/Makefile.uts +++ b/usr/src/uts/Makefile.uts @@ -349,7 +349,7 @@ CTFMERGE_GENUNIX = \ # NO_GENUNIX_UNIQUIFY=$(POUND_SIGN) CTFMERGE_GENUNIX_DFLAG=-d $(CTFMERGE_GENUNIX) -$(NO_GENUNIX_UNIQUIFY)CTF_GENUNIX_DFLAG= +$(NO_GENUNIX_UNIQUIFY)CTFMERGE_GENUNIX_DFLAG= CTFMERGE_UNIQUIFY_AGAINST_GENUNIX = \ $(CTFMERGE) $(CTFMRGFLAGS) -L VERSION \ |
