diff options
author | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
commit | 5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch) | |
tree | 7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/lib/libslp/javalib | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/lib/libslp/javalib')
-rw-r--r-- | usr/src/lib/libslp/javalib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libslp/javalib/Makefile b/usr/src/lib/libslp/javalib/Makefile index 58ff8b437d..7e553b122e 100644 --- a/usr/src/lib/libslp/javalib/Makefile +++ b/usr/src/lib/libslp/javalib/Makefile @@ -20,8 +20,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -92,11 +90,9 @@ manifests: install: all message_files manifests $(JARDESTDIR) $(INSJARS) # empty targets for top-level building compatability - -install_h lint: +install_h: # jstyle check -- more for developer's convenience since the checks are # not automated in the build. - check: $(JSTYLE) -p $(PKGPATH)/*.java |