summaryrefslogtreecommitdiff
path: root/usr/src/lib/iconv_modules
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/iconv_modules')
-rw-r--r--usr/src/lib/iconv_modules/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/Makefile.iconv4
-rw-r--r--usr/src/lib/iconv_modules/common/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/euro/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/euro/utils/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/hi_IN/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/ja/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/ja/Makefile.com1
-rw-r--r--usr/src/lib/iconv_modules/ko/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/ko/Makefile.com1
-rw-r--r--usr/src/lib/iconv_modules/th_TH/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/utf-8/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/vi/Makefile3
-rw-r--r--usr/src/lib/iconv_modules/zh/Makefile3
14 files changed, 12 insertions, 27 deletions
diff --git a/usr/src/lib/iconv_modules/Makefile b/usr/src/lib/iconv_modules/Makefile
index e8ec6dc252..d3ac0bda0d 100644
--- a/usr/src/lib/iconv_modules/Makefile
+++ b/usr/src/lib/iconv_modules/Makefile
@@ -29,11 +29,10 @@ SUBDIRS = common euro hi_IN ja ko th_TH zh utf-8 vi
install := TARGET = install
all := TARGET = all
-lint := TARGET = lint
clean := TARGET = clean
clobber := TARGET = clobber
-all install lint clean clobber: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)
diff --git a/usr/src/lib/iconv_modules/Makefile.iconv b/usr/src/lib/iconv_modules/Makefile.iconv
index 9359286219..3b48123f64 100644
--- a/usr/src/lib/iconv_modules/Makefile.iconv
+++ b/usr/src/lib/iconv_modules/Makefile.iconv
@@ -53,7 +53,7 @@ LDLIBS= -lc
ICONV_DIR = $(ROOT)/usr/lib/iconv
-ICONV_DIR_64 = $(ROOT)/usr/lib/iconv/$(MACH64)
+ICONV_DIR_64 = $(ROOT)/usr/lib/iconv/$(MACH64)
ICONV_LIBS = $(PROGS:%=$(ICONV_DIR)/%)
@@ -91,8 +91,6 @@ $(ICONV_DIR)/%: ../%
$(COMPILE.c) $(CFLAGS) -o $@ $<
$(POST_PROCESS_O)
-lint: FRC
-
clean:
$(RM) $(CLEANFILES)
diff --git a/usr/src/lib/iconv_modules/common/Makefile b/usr/src/lib/iconv_modules/common/Makefile
index eaa4f5a9f1..7930aa289f 100644
--- a/usr/src/lib/iconv_modules/common/Makefile
+++ b/usr/src/lib/iconv_modules/common/Makefile
@@ -32,12 +32,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
.KEEP_STATE:
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)
diff --git a/usr/src/lib/iconv_modules/euro/Makefile b/usr/src/lib/iconv_modules/euro/Makefile
index eaa4f5a9f1..7930aa289f 100644
--- a/usr/src/lib/iconv_modules/euro/Makefile
+++ b/usr/src/lib/iconv_modules/euro/Makefile
@@ -32,12 +32,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
.KEEP_STATE:
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)
diff --git a/usr/src/lib/iconv_modules/euro/utils/Makefile b/usr/src/lib/iconv_modules/euro/utils/Makefile
index da26c3adf1..e8ab7ec738 100644
--- a/usr/src/lib/iconv_modules/euro/utils/Makefile
+++ b/usr/src/lib/iconv_modules/euro/utils/Makefile
@@ -32,12 +32,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
.KEEP_STATE:
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/iconv_modules/hi_IN/Makefile b/usr/src/lib/iconv_modules/hi_IN/Makefile
index eaa4f5a9f1..7930aa289f 100644
--- a/usr/src/lib/iconv_modules/hi_IN/Makefile
+++ b/usr/src/lib/iconv_modules/hi_IN/Makefile
@@ -32,12 +32,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
.KEEP_STATE:
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)
diff --git a/usr/src/lib/iconv_modules/ja/Makefile b/usr/src/lib/iconv_modules/ja/Makefile
index eaa4f5a9f1..7930aa289f 100644
--- a/usr/src/lib/iconv_modules/ja/Makefile
+++ b/usr/src/lib/iconv_modules/ja/Makefile
@@ -32,12 +32,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
.KEEP_STATE:
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)
diff --git a/usr/src/lib/iconv_modules/ja/Makefile.com b/usr/src/lib/iconv_modules/ja/Makefile.com
index a7c1bbd205..af5fcf6721 100644
--- a/usr/src/lib/iconv_modules/ja/Makefile.com
+++ b/usr/src/lib/iconv_modules/ja/Makefile.com
@@ -43,7 +43,6 @@ CLEANFILES += $(INSTALL_MODULES)
install := TARGET = install
all := TARGET = all
-lint := TARGET = lint
clean := TARGET = clean
clobber := TARGET = clobber
diff --git a/usr/src/lib/iconv_modules/ko/Makefile b/usr/src/lib/iconv_modules/ko/Makefile
index eaa4f5a9f1..7930aa289f 100644
--- a/usr/src/lib/iconv_modules/ko/Makefile
+++ b/usr/src/lib/iconv_modules/ko/Makefile
@@ -32,12 +32,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
.KEEP_STATE:
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)
diff --git a/usr/src/lib/iconv_modules/ko/Makefile.com b/usr/src/lib/iconv_modules/ko/Makefile.com
index 2aea057571..5e18f19797 100644
--- a/usr/src/lib/iconv_modules/ko/Makefile.com
+++ b/usr/src/lib/iconv_modules/ko/Makefile.com
@@ -29,7 +29,6 @@ include $(SRC)/lib/iconv_modules/Makefile.iconv
install := TARGET = install
all := TARGET = all
-lint := TARGET = lint
clean := TARGET = clean
clobber := TARGET = clobber
diff --git a/usr/src/lib/iconv_modules/th_TH/Makefile b/usr/src/lib/iconv_modules/th_TH/Makefile
index eaa4f5a9f1..7930aa289f 100644
--- a/usr/src/lib/iconv_modules/th_TH/Makefile
+++ b/usr/src/lib/iconv_modules/th_TH/Makefile
@@ -32,12 +32,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
.KEEP_STATE:
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)
diff --git a/usr/src/lib/iconv_modules/utf-8/Makefile b/usr/src/lib/iconv_modules/utf-8/Makefile
index edcee27320..472066bc7e 100644
--- a/usr/src/lib/iconv_modules/utf-8/Makefile
+++ b/usr/src/lib/iconv_modules/utf-8/Makefile
@@ -53,7 +53,6 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
$(ICONV_DIR)/alias:= FILEMODE=0444
@@ -89,7 +88,7 @@ install: all $(BINARYTABLES) $(BTS_DIR) $(ICONV_DIR)/alias
clean:
$(RM) $(BINARYTABLES)
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)
diff --git a/usr/src/lib/iconv_modules/vi/Makefile b/usr/src/lib/iconv_modules/vi/Makefile
index eaa4f5a9f1..7930aa289f 100644
--- a/usr/src/lib/iconv_modules/vi/Makefile
+++ b/usr/src/lib/iconv_modules/vi/Makefile
@@ -32,12 +32,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
.KEEP_STATE:
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)
diff --git a/usr/src/lib/iconv_modules/zh/Makefile b/usr/src/lib/iconv_modules/zh/Makefile
index eaa4f5a9f1..7930aa289f 100644
--- a/usr/src/lib/iconv_modules/zh/Makefile
+++ b/usr/src/lib/iconv_modules/zh/Makefile
@@ -32,12 +32,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
echo := TARGET = echo
.KEEP_STATE:
-all clean clobber install lint echo: $(SUBDIRS)
+all clean clobber install echo: $(SUBDIRS)
.PARALLEL: $(SUBDIRS)