diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2020-03-26 21:07:34 -0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2020-05-04 16:57:13 -0400 |
| commit | 241c90a06e8d1708235651863df515a2d522a03a (patch) | |
| tree | c2d53e1063e09d626cfc0c9cc0c80f51256e7363 /usr/src/lib/efcode | |
| parent | 282d4a2d330d797757f16d55e1df9569f3e52d10 (diff) | |
| download | illumos-joyent-241c90a06e8d1708235651863df515a2d522a03a.tar.gz | |
12454 remove lint library machinery
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Gordon Ross <gwr@nexenta.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/efcode')
| -rw-r--r-- | usr/src/lib/efcode/Makefile | 7 | ||||
| -rw-r--r-- | usr/src/lib/efcode/Makefile.efcode | 2 | ||||
| -rw-r--r-- | usr/src/lib/efcode/Makefile.subdirs | 5 | ||||
| -rw-r--r-- | usr/src/lib/efcode/efdaemon/Makefile | 2 | ||||
| -rw-r--r-- | usr/src/lib/efcode/etc/Makefile | 1 | ||||
| -rw-r--r-- | usr/src/lib/efcode/interpreter/Makefile | 2 |
6 files changed, 3 insertions, 16 deletions
diff --git a/usr/src/lib/efcode/Makefile b/usr/src/lib/efcode/Makefile index 405989c826..1e0a27d3a9 100644 --- a/usr/src/lib/efcode/Makefile +++ b/usr/src/lib/efcode/Makefile @@ -22,8 +22,6 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.lib @@ -33,16 +31,15 @@ TESTDIRS = fcode_test EFCODEDIRS= $(ROOTLIBDIR)/efcode $(ROOTLIBDIR)/efcode/$(MACH64) -all:= TARGET= all +all:= TARGET= all install:= TARGET= install clean:= TARGET= clean clobber:= TARGET= clobber -lint:= TARGET= lint .PARALLEL: $(SUBDIRS) .KEEP_STATE: -all clean clobber lint: $(SUBDIRS) +all clean clobber: $(SUBDIRS) $(EFCODEDIRS): $(INS.dir) diff --git a/usr/src/lib/efcode/Makefile.efcode b/usr/src/lib/efcode/Makefile.efcode index 5bf50c353f..531a22719c 100644 --- a/usr/src/lib/efcode/Makefile.efcode +++ b/usr/src/lib/efcode/Makefile.efcode @@ -70,8 +70,6 @@ FCPACKAGE64 = $(ROOTLIBDIR64)/fcpackage.so all: $(LIBS) -lint: lintcheck - $(ROOTSYMLINKS64): $(ROOTLIBDIR64)/$(DYNLIB) -$(RM) $@; $(SYMLINK) $(DYNLIB) $@ diff --git a/usr/src/lib/efcode/Makefile.subdirs b/usr/src/lib/efcode/Makefile.subdirs index 3dd1a71017..52acebb78e 100644 --- a/usr/src/lib/efcode/Makefile.subdirs +++ b/usr/src/lib/efcode/Makefile.subdirs @@ -23,8 +23,6 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib @@ -37,12 +35,11 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint msg := TARGET= _msg .KEEP_STATE: -all clean clobber install lint _msg: $(SUBDIRS) +all clean clobber install _msg: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/efcode/efdaemon/Makefile b/usr/src/lib/efcode/efdaemon/Makefile index c6343f8413..bb2daec7ee 100644 --- a/usr/src/lib/efcode/efdaemon/Makefile +++ b/usr/src/lib/efcode/efdaemon/Makefile @@ -72,8 +72,6 @@ $(MFSTDIR_SUN4V)/%: % install: all .WAIT $(EFTARGETS) -$(MV) $(MFSTDIR_SUN4V)/$(MANIFEST_SUN4V) $(MFSTDIR_SUN4V)/$(MANIFEST) -lint: lint_PROG - .KEEP_STATE: include $(SRC)/cmd/Makefile.targ diff --git a/usr/src/lib/efcode/etc/Makefile b/usr/src/lib/efcode/etc/Makefile index f7aa6e71ea..e96a65e6b7 100644 --- a/usr/src/lib/efcode/etc/Makefile +++ b/usr/src/lib/efcode/etc/Makefile @@ -37,7 +37,6 @@ all:= TARGET= all install:= TARGET= install clean:= TARGET= clean clobber:= TARGET= clobber -lint:= TARGET= lint ROOTETC= $(ROOT)/etc ETCFLASHD= $(ROOTETC)/flash diff --git a/usr/src/lib/efcode/interpreter/Makefile b/usr/src/lib/efcode/interpreter/Makefile index 24dd12ef3c..b8ee762d46 100644 --- a/usr/src/lib/efcode/interpreter/Makefile +++ b/usr/src/lib/efcode/interpreter/Makefile @@ -49,8 +49,6 @@ clean: install: all .WAIT $(ROOTCMD) -lint: lint_PROG - .KEEP_STATE: include $(SRC)/cmd/Makefile.targ |
