Home
last modified time | relevance | path

Searched refs:RM (Results 1 – 25 of 1745) sorted by relevance

12345678910>>...70

/titanic_50/usr/src/cmd/loadkeys/type_4/
H A DMakefile73 $(RM) $@; ln $< $@
92 $(RM) $@; $(LN) $(ROOTKEYDIR)/us $@
95 $(RM) $@; $(LN) $(ROOTKEYDIR)/us $@
98 $(RM) $@; $(LN) $(ROOTKEYDIR)/belgium_france $@
101 $(RM) $@; $(LN) $(ROOTKEYDIR)/canada $@
104 $(RM) $@; $(LN) $(ROOTKEYDIR)/denmark $@
107 $(RM) $@; $(LN) $(ROOTKEYDIR)/germany $@
110 $(RM) $@; $(LN) $(ROOTKEYDIR)/italy $@
113 $(RM) $@; $(LN) $(ROOTKEYDIR)/netherlands $@
116 $(RM) $@; $(LN) $(ROOTKEYDIR)/norway $@
[all …]
/titanic_50/usr/src/cmd/loadkeys/type_6/
H A DMakefile86 $(RM) $@; $(LN) $(ROOTKEYDIR)/us $@
89 $(RM) $@; $(LN) $(ROOTKEYDIR)/arabia $@
92 $(RM) $@; $(LN) $(ROOTKEYDIR)/belgium $@
95 $(RM) $@; $(LN) $(ROOTKEYDIR)/canadian_bilingual $@
98 $(RM) $@; $(LN) $(ROOTKEYDIR)/canadian_french $@
101 $(RM) $@; $(LN) $(ROOTKEYDIR)/czech $@
104 $(RM) $@; $(LN) $(ROOTKEYDIR)/denmark $@
107 $(RM) $@; $(LN) $(ROOTKEYDIR)/finnish $@
110 $(RM) $@; $(LN) $(ROOTKEYDIR)/france $@
113 $(RM) $@; $(LN) $(ROOTKEYDIR)/germany $@
[all …]
/titanic_50/usr/src/cmd/loadkeys/type_101/
H A DMakefile129 $(RM) $@; $(LN) $(ROOTKEYDIR)/us $@
132 $(RM) $@; $(LN) $(ROOTKEYDIR)/us $@
135 $(RM) $@; $(LN) $(ROOTKEYDIR)/j3100 $@
138 $(RM) $@; $(LN) $(ROOTKEYDIR)/france $@
141 $(RM) $@; $(LN) $(ROOTKEYDIR)/denmark $@
144 $(RM) $@; $(LN) $(ROOTKEYDIR)/germany $@
147 $(RM) $@; $(LN) $(ROOTKEYDIR)/italy $@
150 $(RM) $@; $(LN) $(ROOTKEYDIR)/netherlands $@
153 $(RM) $@; $(LN) $(ROOTKEYDIR)/norway $@
156 $(RM) $@; $(LN) $(ROOTKEYDIR)/portugal $@
[all …]
/titanic_50/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_011_pos.ksh51 log_must $RM $TESTDIR/myfile.$$
90 log_must $RM $TESTDIR/cpio.$$ /tmp/xattr.$$.cpio /tmp/noxattr.$$.cpio
98 log_must $RM $TESTDIR/myfile2.$$
103 log_must $RM $TESTDIR/myfile2.$$
119 log_must $RM -rf $TESTDIR/noxattrs
130 log_must $RM $TESTDIR/mvfile2.$$
138 log_must $RM $TESTDIR/pax.$$
143 log_must $RM $TESTDIR/pax.$$
148 log_must $RM $TESTDIR/pax.$$
154 log_must $RM $TESTDIR/pax.$$
[all …]
/titanic_50/usr/src/test/zfs-tests/tests/functional/holes/
H A Dholes_sanity.ksh45 log_must $RM $testfile
49 log_must $RM $testfile
54 log_must $RM $testfile
58 log_must $RM $testfile
62 log_must $RM $testfile
67 log_must $RM $testfile
71 log_must $RM $testfile
75 log_must $RM $testfile
82 log_must $RM $testfile
/titanic_50/usr/src/cmd/make/bin/
H A Dmake.rules.file68 $(RM) $%
73 $(RM) $%
82 $(RM) y.tab.c
87 $(RM) y.tab.c
99 $(RM) y.tab.c
104 $(RM) y.tab.c
108 $(RM) y.tab.c
121 $(RM) $*.c
124 $(RM) $*.c
133 $(RM) $@
[all …]
/titanic_50/usr/src/uts/sun4u/makaha/
H A DMakefile78 -@$(RM) $(ROOT_MAKAHA_DRV_DIR)/$@
84 -@$(RM) $(ROOT_MAKAHA_DRV_DIR_64)/$@
89 -@$(RM) $(ROOT_MAKAHA_DRV_DIR_64)/$@
94 -@$(RM) $(ROOT_MAKAHA_DRV_DIR_64)/$@
99 -@$(RM) $(ROOT_MAKAHA_DRV_DIR)/$@
104 -@$(RM) $(ROOT_MAKAHA_DRV_DIR)/$@
110 -@$(RM) $(ROOT_MAKAHA_DACF_DIR_64)/$@
111 -@$(RM) $(ROOT_SPUTNIK_DACF_DIR_64)/$@
120 -@$(RM) $(ROOT_MAKAHA_DRV_DIR)/$@
121 -@$(RM) $(ROOT_SPUTNIK_DRV_DIR)/$@
/titanic_50/usr/src/cmd/spell/
H A DMakefile109 $(RM) $@; cat list local extra | $(_SH_) ./hashmk1 > $@
112 $(RM) htemp2; ./hashmk1 <american |sort -u - htemp1 >htemp2
113 $(RM) $@; ./spellin1 `wc htemp2|sed -n 's/\([^ ]\) .*/\1/p'`<htemp2 >$@
114 $(RM) htemp2
117 $(RM) htemp2; ./hashmk1 <british |sort -u - htemp1 >htemp2
118 $(RM) $@; ./spellin1 `wc htemp2|sed -n 's/\([^ ]\) .*/\1/p'`<htemp2 >$@
119 $(RM) htemp2
122 $(RM) htemp2; ./hashmk1 <stop | sort -u >htemp2
123 $(RM) $@; ./spellin1 `wc htemp2|sed -n 's/\([^ ]\) .*/\1/p'`<htemp2 >$@
124 $(RM) htemp2
[all …]
/titanic_50/usr/src/cmd/mdb/sparc/v9/intr/
H A DMakefile60 -$(RM) $(MDB_DIR)/$(MDB_PCIPSY)
61 -$(RM) $(MDB_DIR)/$(MDB_PCISCH)
62 -$(RM) $(MDB_DIR)/$(MDB_PX)
63 -$(RM) $(MDB_DIR)/$(MDB_NIUMX)
68 -$(RM) $(KMDB_DIR)/$(KMDB_PCIPSY)
69 -$(RM) $(KMDB_DIR)/$(KMDB_PCISCH)
70 -$(RM) $(KMDB_DIR)/$(KMDB_PX)
71 -$(RM) $(KMDB_DIR)/$(KMDB_NIUMX)
/titanic_50/usr/src/lib/scsi/plugins/smp/
H A DMakefile.targ51 $(RM) $(OBJS) $(DMOD_OBJS) $(LINTFILES) $(DMODLINTFILES) $(CLEANFILES)
54 $(RM) $(PROG) $(DMODPROG)
73 $(RM) $@; $(LN) -s $< $@
76 $(RM) $@; $(LN) -s $< $@
79 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
82 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
85 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(DMODPROG)
/titanic_50/usr/src/lib/scsi/plugins/ses/
H A DMakefile.targ53 $(RM) $(OBJS) $(DMOD_OBJS) $(LINTFILES) $(DMODLINTFILES) $(CLEANFILES)
56 $(RM) $(PROG) $(DMODPROG)
75 $(RM) $@; $(LN) -s $< $@
78 $(RM) $@; $(LN) -s $< $@
81 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
84 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
87 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(DMODPROG)
/titanic_50/usr/src/cmd/sgs/packages/
H A DMakefile.targ27 $(RM) $@; $(AWK) -f awk_pkginfo ../common/$@.tmpl > $@
30 @ $(RM) -r $(PACKAGE)
34 $(RM) -r $(PKGARCHIVE)/$(PACKAGE)
38 $(RM) $@; cp ../common/$@ $@
46 $(RM) $(CLEANFILES)
49 $(RM) -r $(CLOBBERFILES)
/titanic_50/usr/src/cmd/fs.d/
H A DMakefile112 $(RM) $(POFILE)
114 $(RM) $(MSGDOMAIN)/$(POFILE)
154 -$(RM) $@; $(SYMLINK) ../sbin/$(@F) $@
158 -$(RM) $@; $(SYMLINK) ../usr/sbin/$(@F) $@
162 -$(RM) $@; $(SYMLINK) ../sbin/$(@F) $@
166 -$(RM) $@; $(SYMLINK) ../../sbin/$(@F) $@
170 -$(RM) $@; $(SYMLINK) ../../sbin/$(@F) $@
174 -$(RM) $@; $(SYMLINK) ./df $@
178 -$(RM) $@; $(SYMLINK) ./clri $@
184 $(RM) $@; $(ECHO) "LOCAL=ufs" >$@
[all …]
/titanic_50/usr/src/uts/common/klm/
H A DMakefile37 $(RM) -f $@.tmp
42 $(RM) -f $@.tmp
47 $(RM) -f $@.tmp
52 $(RM) -f $@.tmp
57 $(RM) -f $@.tmp
62 $(RM) -f $@.tmp
67 $(RM) $(DERIVED_FILES)
/titanic_50/usr/src/lib/fm/topo/maps/
H A DMakefile.map54 $(RM) $@
59 $(RM) $@
64 $(RM) $@
72 $(RM) $(ROOTTOPOMAPS)
73 $(RM) $(TEMPTOPOFILE)
76 $(RM) $(CLOBBERFILES)
93 $(RM) $@; $(INS) -s -m 0444 -f $(@D) $(DTDSRC)
/titanic_50/usr/src/cmd/avs/sv/etc/
H A DMakefile42 -$(RM) $(CLUSTERLIBDSCFGSTOPDIR)/10sv
43 -$(RM) $(CLUSTERLIBDSCFGSTARTDIR)/15sv
44 -$(RM) $(CLUSTERSBINDIR)/sv
45 -$(RM) $(ROOTLIBSVCMETHOD)/svc-sv
66 $(RM) $(SHFILES)
69 $(RM) $(ROOTINIT_DPROG1) $(ROOTINIT_DPROG2)
/titanic_50/usr/src/lib/libnsl/
H A DMakefile106 $(RM) $@
108 $(RM) nis.h nis-tmp.h
126 $(RM) nis_clnt-gen.h
136 $(RM) $(MSGDOMAIN)/$(POFILE)
140 $(RM) $@
144 $(RM) messages.po
147 $(RM) messages.po
150 $(RM) messages.po
153 $(RM) messages.po
/titanic_50/usr/src/lib/libldap5/
H A DMakefile48 $(RM) $(CLOBBERFILES)
63 $(RM) $(MSGDOMAIN)/$(POFILE)
64 $(RM) generic.po
68 $(RM) $@
75 $(RM) messages.po
78 $(RM) messages.po
/titanic_50/usr/src/lib/gss_mechs/mech_dh/dh1024/
H A DMakefile57 $(RM) $(MSGDOMAIN)/$(POFILE)
61 $(RM) $@
65 $(RM) messages.po
68 $(RM) messages.po
71 $(RM) messages.po
74 $(RM) messages.po
/titanic_50/usr/src/lib/gss_mechs/mech_dh/dh192/
H A DMakefile57 $(RM) $(MSGDOMAIN)/$(POFILE)
61 $(RM) $@
65 $(RM) messages.po
68 $(RM) messages.po
71 $(RM) messages.po
74 $(RM) messages.po
/titanic_50/usr/src/lib/gss_mechs/mech_dh/dh640/
H A DMakefile57 $(RM) $(MSGDOMAIN)/$(POFILE)
61 $(RM) $@
65 $(RM) messages.po
68 $(RM) messages.po
71 $(RM) messages.po
74 $(RM) messages.po
/titanic_50/usr/src/cmd/avs/rdc/etc/
H A DMakefile46 -$(RM) $(CLUSTERLIBDSCFGSTOPDIR)/15rdc
47 -$(RM) $(CLUSTERLIBDSCFGSTARTDIR)/10rdc
48 -$(RM) $(ROOTLIBSVCMETHOD)/svc-rdc
49 -$(RM) $(ROOTLIBSVCMETHOD)/svc-rdcsyncd
50 -$(RM) $(CLUSTERSBINDIR)/rdc
67 $(RM) $(SHFILES)
/titanic_50/usr/src/lib/libsldap/
H A DMakefile51 $(RM) $(POFILE) $(POFILES)
61 $(RM) $(MSGDOMAIN)/$(POFILE)
62 $(RM) generic.po
66 $(RM) $@
73 $(RM) messages.po
76 $(RM) messages.po
/titanic_50/usr/src/lib/libsmedia/library/
H A DMakefile54 $(RM) $(CLOBBERFILES)
75 $(RM) $(MSGDOMAIN)/$(POFILE)
79 $(RM) $@
81 $(RM) $(POFILES)
84 $(RM) messages.po
87 $(RM) messages.po
/titanic_50/usr/src/cmd/ps/
H A DMakefile57 -$(RM) $(ROOTPROG)
59 -$(RM) $(ROOTUCBPROG)
61 $(64ONLY)-$(RM) $(ROOTUCBPROG32)
63 $(BUILD64)-$(RM) $(ROOTUCBPROG64)
72 $(RM) $(DCFILE)
76 $(RM) messages.po

12345678910>>...70