Home
last modified time | relevance | path

Searched refs:POFILES (Results 101 – 125 of 250) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/getent/
H A DMakefile60 POFILES= $(SRCS:%.c=%.po) macro
66 $(POFILE): $(POFILES)
68 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/zoneadmd/
H A DMakefile39 POFILES= $(OBJS:%.o=%.po) macro
60 $(POFILE): $(POFILES)
62 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/cpc/cputrack/
H A DMakefile40 POFILES = ../common/$(PROG).po ../common/caps.po macro
68 $(POFILE): $(POFILES)
70 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/pgrep/
H A DMakefile33 POFILES = $(OBJS:.o=.po) macro
60 $(POFILE): $(POFILES)
61 $(RM) $@; cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/vntsd/
H A DMakefile37 POFILES = $(SRCS:.c=.po) macro
60 $(POFILE): $(POFILES)
62 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/svc/svcs/
H A DMakefile31 POFILES = $(OBJS:.o=.po) macro
57 $(POFILE): $(POFILES)
58 cat $(POFILES) > $(POFILE)
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A DMakefile.com49 POFILES = $(SRCS:.c=.po)
73 $(POFILE): $(POFILES)
74 $(RM) $@; cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A DMakefile41 POFILES = $(OBJS:%.o=%.po) macro
77 $(POFILE): $(POFILES)
79 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/iscsiadm/
H A DMakefile30 POFILES= $(OBJS:%.o=%.po) macro
67 $(POFILE): $(POFILES)
69 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/valtools/
H A DMakefile34 POFILES= ckdate.po ckgid.po ckint.po ckitem.po \ macro
45 CLOBBERFILES += puttext $(POFILES) $(POFILE)
94 $(POFILE): $(POFILES)
96 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A DMakefile44 POFILES = $(OBJECTS:%.o=%.po) macro
58 $(POFILE): $(POFILES)
59 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/krb5/klist/
H A DMakefile19 POFILES = generic.po macro
53 $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
55 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/sasinfo/
H A DMakefile40 POFILES = $(LOCAL_OBJS:%.o=%.po) macro
71 $(POFILE): $(POFILES)
73 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/pools/poolstat/
H A DMakefile30 POFILES = $(OBJS:.o=.po) macro
45 CLOBBERFILES += $(POFILES)
68 $(RM) $(OBJS) $(COMMON_OBJS) $(STAT_COMMON_OBJS) $(POFILES)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A DMakefile74 POFILES= frudata.po macro
91 $(POFILE): .WAIT $(POFILES)
93 $(CAT) $(POFILES) > $@
95 $(POFILES):
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A DMakefile48 POFILES = $(OBJS:%.o=%.po) macro
72 $(POFILE) : $(POFILES)
73 $(RM) $@; $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/zpool/
H A DMakefile30 POFILES=$(OBJS:%.o=%.po) macro
68 $(POFILE): $(POFILES)
70 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/krb5/kdestroy/
H A DMakefile23 POFILES = generic.po macro
53 $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
55 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/gss/gsscred/
H A DMakefile44 POFILES = generic.po macro
83 $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
85 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/idmap/idmap/
H A DMakefile29 POFILES = $(CLIENTOBJS:.o=.po) macro
68 $(POFILE): $(POFILES)
70 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/tbl/
H A DMakefile37 POFILES= $(OBJS:%.o=%.po) macro
56 $(POFILE): $(POFILES)
58 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/ptools/
H A DMakefile76 POFILES = plgrp/plgrp.po pmadvise/pmadvise.po psecflags/psecflags.po
96 _msg: $(MSGDOMAIN) $(POFILES)
98 $(CAT) $(POFILES) > $(POFILE)
/illumos-gate/usr/src/cmd/cpc/cpustat/
H A DMakefile74 POFILES = ../common/$(PROG).po ../common/caps.po macro
77 $(POFILE): $(POFILES)
79 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/vscan/vscand/
H A DMakefile36 POFILES = $(SRCS:.c=.po) macro
83 $(POFILE): $(POFILES)
85 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/krb5/kinit/
H A DMakefile25 POFILES = generic.po macro
53 $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
55 $(CAT) $(POFILES) > $@

12345678910