summaryrefslogtreecommitdiff
path: root/usr/src/lib/efcode
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/efcode')
-rw-r--r--usr/src/lib/efcode/Makefile7
-rw-r--r--usr/src/lib/efcode/Makefile.efcode2
-rw-r--r--usr/src/lib/efcode/Makefile.subdirs5
-rw-r--r--usr/src/lib/efcode/efdaemon/Makefile2
-rw-r--r--usr/src/lib/efcode/etc/Makefile1
-rw-r--r--usr/src/lib/efcode/interpreter/Makefile2
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