Searched refs:rm (Results 1 - 25 of 27) sorted by relevance

12

/seL4-test-master/projects/seL4_libs/libsel4sync/spin/notification-semaphore/
H A DMakefile33 rm -f pan-safety
34 rm -f pan-liveness
35 rm -f safety
36 rm -f liveness
37 rm -f *.trail
38 rm -f pan.*
/seL4-test-master/projects/seL4_libs/libsel4sync/spin/sem/
H A DMakefile33 rm -f pan-safety
34 rm -f pan-liveness
35 rm -f safety
36 rm -f liveness
37 rm -f *.trail
38 rm -f pan.*
/seL4-test-master/projects/seL4_libs/libsel4sync/spin/binary-sem/
H A DMakefile30 rm -f pan
31 rm -f ${PROMELA}.trail
32 rm -f pan.*
33 rm -f _spin_nvr.tmp
/seL4-test-master/projects/seL4_libs/libsel4sync/spin/condition-vars/
H A DMakefile40 rm -f pan-safety
41 rm -f pan-liveness
42 rm -f pan-ltl
43 rm -f safety
44 rm -f liveness
45 rm -f *.trail
46 rm -f pan.*
/seL4-test-master/tools/seL4/misc/
H A DMakefile.cpio_strip13 rm cpio-strip
/seL4-test-master/kernel/manual/tools/libsel4_tools/
H A Dchanged.sh43 rm -f $TMP_FILE
/seL4-test-master/kernel/libsel4/tools/
H A Dchanged.sh43 rm -f $TMP_FILE
/seL4-test-master/kernel/tools/
H A Dchanged.sh43 rm -f $TMP_FILE
/seL4-test-master/tools/nanopb/examples/network_server/
H A DMakefile13 rm -f server client fileproto.pb.c fileproto.pb.h
/seL4-test-master/tools/nanopb/examples/using_union_messages/
H A DMakefile16 rm -f encode unionproto.pb.h unionproto.pb.c
/seL4-test-master/tools/nanopb/examples/using_double_on_avr/
H A DMakefile13 rm -f test_conversions encode_double decode_double doubleproto.pb.c doubleproto.pb.h
/seL4-test-master/tools/nanopb/tests/
H A DMakefile8 rm -rf build coverage
/seL4-test-master/tools/riscv-pk/machine/
H A Dfp_emulation.c133 int rm = GET_RM(insn); local
134 if (rm >= 3)
137 #define DO_FSGNJ(rs1, rs2, rm) ({ \
140 rs1_sign &= (rm) >> 1; \
141 rs1_sign ^= (rm) ^ rs2_sign; \
147 SET_F32_RD(insn, regs, DO_FSGNJ(rs1, rs2, rm));
151 SET_F64_RD(insn, regs, DO_FSGNJ(rs1, rs2, rm));
159 int rm = GET_RM(insn); local
160 if (rm >= 2)
166 uint32_t arg1 = rm
316 int rm = GET_RM(insn); local
[all...]
/seL4-test-master/projects/musllibc/tools/
H A Dinstall.sh46 trap 'rm -f "$tmp"' EXIT INT QUIT TERM HUP
59 rm -f "$2/$tmp"
/seL4-test-master/tools/nanopb/tools/
H A Dmake_linux_package.sh14 rm -rf $DEST
28 rm -rf $DEST/generator/dist $DEST/generator/build $DEST/generator/nanopb_generator.spec
H A Dmake_mac_package.sh14 rm -rf $DEST
28 rm -rf $DEST/generator/dist $DEST/generator/build $DEST/generator/nanopb_generator.spec
H A Dmake_windows_package.sh13 rm -rf $DEST
30 rm $DEST/generator/protoc-gen-nanopb.py
/seL4-test-master/kernel/tools/dts/
H A Dupdate-dts.sh75 rm $2/$platform.dts.tmp
/seL4-test-master/kernel/manual/
H A DMakefile232 rm -f *.aux *.toc *.bbl *.blg *.dvi *.log *.pstex* *.eps *.cb *.brf \
234 rm -rf ${DoxygenOutput} ${GeneratedLatexDir} ${GeneratedMarkdownDir}
235 rm -rf ${Stage}
293 ${Q}rm all_refs.aux tmp.aux references.diff
296 ${Q}if ! test -e $*.bbl || test $(Bib) -nt $*.bbl; then rm -f $*.bbl; fi
298 ${Q}$(LaTeX) $< >.log || if egrep -q $(Error) $*.log ; then cat .log; rm $@; false ; fi
/seL4-test-master/tools/riscv-pk/
H A Dconfigure516 rm -f conf$$ conf$$.exe conf$$.file
518 rm -f conf$$.dir/conf$$.file
520 rm -f conf$$.dir
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1440 rm -f conftest.$ac_objext
1478 rm -f conftest.$ac_objext
1583 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1781 rm -f core *.core core.conftest.* &&
1782 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1791 rm
[all...]
/seL4-test-master/tools/riscv-pk/scripts/
H A Dinstall-sh68 rmprog=${RMPROG-rm}
450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
480 rm -f "$dsttmp"
490 # We try this two ways since rm can't unlink itself on some
/seL4-test-master/tools/seL4/cmake-tool/helpers/
H A Dmake-uimage63 rm -f $TEMPFILE
/seL4-test-master/projects/musllibc/
H A DMakefile.muslc171 rm -f $@
176 rm -f $@
237 rm -rf obj lib
240 rm -f config.mak
/seL4-test-master/
H A Dgriddle325 # We give `rm` the `-f` option in the trap handler in the event we end up
328 # rm "$TEMP"
346 trap 'rm -f "$TEMP"; trap - HUP INT QUIT TERM; kill -s INT $$' \
360 rm "$TEMP"
674 rm $CMAKECACHE_BACKUP
/seL4-test-master/tools/seL4/cmake-tool/
H A Dgriddle325 # We give `rm` the `-f` option in the trap handler in the event we end up
328 # rm "$TEMP"
346 trap 'rm -f "$TEMP"; trap - HUP INT QUIT TERM; kill -s INT $$' \
360 rm "$TEMP"
674 rm $CMAKECACHE_BACKUP

Completed in 162 milliseconds

12