summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgm209912 <none@none>2007-11-05 07:17:53 -0800
committergm209912 <none@none>2007-11-05 07:17:53 -0800
commite299757f3f90d6940cd01570e855c7721937f655 (patch)
tree624c8fd044f0c70d4e0eff5239e684667bb69c84
parentf9ec9c5a7e1e40f163b2cf6fee9908c701dbfc6f (diff)
downloadillumos-joyent-e299757f3f90d6940cd01570e855c7721937f655.tar.gz
6623052 libcommputil's Makefile.com contains redundant Macro definitions
6623059 libsip's Makefile.com does not use the global CCVERBOSE setting
-rw-r--r--usr/src/lib/libcommputil/Makefile.com5
-rw-r--r--usr/src/lib/libsip/Makefile.com5
2 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/lib/libcommputil/Makefile.com b/usr/src/lib/libcommputil/Makefile.com
index 9fd5f73e4a..75cc04bf52 100644
--- a/usr/src/lib/libcommputil/Makefile.com
+++ b/usr/src/lib/libcommputil/Makefile.com
@@ -35,9 +35,8 @@ LIBS = $(DYNLIB) $(LINTLIB)
$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
LDLIBS += -lc
-CFLAGS += -v -DOS='"solaris"' -D__OS_solaris -DNDEBUG
-
-CFLAGS64 += -v -DOS='"solaris"' -D__OS_solaris -DNDEBUG
+CFLAGS += $(CCVERBOSE)
+CPPFLAGS += -DNDEBUG
.KEEP_STATE:
diff --git a/usr/src/lib/libsip/Makefile.com b/usr/src/lib/libsip/Makefile.com
index 88ae3e224f..e380d8e196 100644
--- a/usr/src/lib/libsip/Makefile.com
+++ b/usr/src/lib/libsip/Makefile.com
@@ -40,9 +40,8 @@ LIBS = $(DYNLIB) $(LINTLIB)
$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
LDLIBS += -lmd5 -lc
-CFLAGS += -v -DOS='"solaris"' -D__OS_solaris -DNDEBUG
-
-CFLAGS64 += -v -DOS='"solaris"' -D__OS_solaris -DNDEBUG
+CFLAGS += $(CCVERBOSE)
+CPPFLAGS += -DOS='"solaris"' -D__OS_solaris -DNDEBUG
.KEEP_STATE: