diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2019-02-09 13:25:02 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2019-02-13 15:35:04 +0000 |
commit | 856f710c9dc323b39da5935194d7928ffb99b67f (patch) | |
tree | da616fb4ba5e2578b263bc984595f2571f8b640b /usr/src/Makefile | |
parent | c78b1a4529122c8f26c5b25b88f01dc4800751a0 (diff) | |
download | illumos-joyent-856f710c9dc323b39da5935194d7928ffb99b67f.tar.gz |
10361 usr/lib - stop lint library generation and packaging
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Frederik Wessels <wessels147@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r-- | usr/src/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile index 56dbdff6b0..bdd702f339 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -26,7 +26,7 @@ # Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2016 Toomas Soome <tsoome@me.com> # Copyright 2018 Joyent, Inc. -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # # @@ -201,9 +201,6 @@ bldtools: rootdirs: $(ROOTDIRS) $(INS) -d -m 775 $(ROOT)/var/mail/:saved -lint: FRC - $(MAKE) -f Makefile.lint - _msgdirs: $(MSGDIRS) $(ROOTDIRS) $(MSGDIRS): |