diff options
author | Richard Lowe <richlowe@richlowe.net> | 2018-02-11 01:24:12 +0000 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2019-01-31 01:47:06 +0000 |
commit | 299e09dec5d1f56c12f76421d18079871b467bfc (patch) | |
tree | 5e3a32b62d4a0d3d0ce54bee72282c249aa023c6 /usr/src/cmd/svc | |
parent | 096c97d62be876a03a0a8cdb0a540e9c84ec509f (diff) | |
download | illumos-gate-299e09dec5d1f56c12f76421d18079871b467bfc.tar.gz |
10051 cw(1) shouldn't have to translate -g
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/svc')
-rw-r--r-- | usr/src/cmd/svc/svccfg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/svc/svccfg/Makefile b/usr/src/cmd/svc/svccfg/Makefile index fc42a8b0c3..0e50a1a293 100644 --- a/usr/src/cmd/svc/svccfg/Makefile +++ b/usr/src/cmd/svc/svccfg/Makefile @@ -47,7 +47,7 @@ MYOBJS = $(SRCS:%.c=%.o) \ notify_params.o OBJS = $(MYOBJS) -POFILES = $(SRCS:%.c=%.po) \ +POFILES = $(SRCS:%.c=%.po) \ svccfg_grammar.po \ svccfg_lex.po \ ../common/manifest_find.po \ @@ -97,8 +97,6 @@ LIBSCF = $(SRC)/lib/libscf LIBTECLA = $(SRC)/lib/libtecla # just for the header LIBUUTIL = $(SRC)/lib/libuutil -debug := COPTFLAG = -g - lint := LINTFLAGS = -mux lint := SVCCFG_EXTRA_LIBS = -lscf -ll -luutil -lumem -lmd5 -lnvpair |