| /src/common/dist/zlib/msdos/ |
| H A D | Makefile.emx | 22 # The default value of RM is "rm -f." If "rm.exe" is found, comment out: 23 RM=del 60 $(RM) *.d 61 $(RM) *.o 62 $(RM) *.exe 63 $(RM) zlib.a 64 $(RM) foo.gz
|
| H A D | Makefile.dj2 | 40 # The default value of RM is "rm -f." If "rm.exe" is found, comment out: 41 RM=del 90 $(RM) $(INCLUDE_PATH)\zlib.h 91 $(RM) $(INCLUDE_PATH)\zconf.h 92 $(RM) $(LIBRARY_PATH)\libz.a 95 $(RM) *.d 96 $(RM) *.o 97 $(RM) *.exe 98 $(RM) libz.a 99 $(RM) fo [all...] |
| /src/common/dist/zlib/old/ |
| H A D | Makefile.emx | 22 # The default value of RM is "rm -f." If "rm.exe" is found, comment out: 23 RM=del 60 $(RM) *.d 61 $(RM) *.o 62 $(RM) *.exe 63 $(RM) zlib.a 64 $(RM) foo.gz
|
| /src/distrib/hppa/cdroms/ |
| H A D | Makefile.cdrom | 14 ${RM} -f cdrom/${BOOTFILE}
|
| /src/distrib/evbarm/isoimage/ |
| H A D | Makefile.cdrom | 21 ${RM} -f ${EFIBOOTIMG} 22 ${RM} -rf efiboot/EFI/boot efiboot/netbsd efiboot/ramdisk.fs 29 ${RM} -f cdrom/netbsd
|
| /src/common/dist/zlib/win32/ |
| H A D | Makefile.gcc | 60 RM = rm -f 148 $(RM) '$(DESTDIR)$(BINARY_PATH)'/$(SHAREDLIB); \ 149 $(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(IMPLIB); \ 151 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zlib.h 152 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zconf.h 153 -$(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(STATICLIB) 156 -$(RM) $(STATICLIB) 157 -$(RM) $(SHAREDLIB) 158 -$(RM) $(IMPLIB) 159 -$(RM) * [all...] |
| /src/distrib/vax/cdroms/installcd/ |
| H A D | Makefile | 18 ${RM} -f cdrom/boot 20 ${RM} -f bootxx.${MACHINE} 22 ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc
|
| /src/sys/arch/atari/stand/tostools/ |
| H A D | Makefile.inc | 13 RM = rm -f 51 ${RM} ${LIB} ${PROG} ${OBJS} ${CLEAN} a.out core
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| H A D | Makefile | 13 @${RM} ${LIB}
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/toshiba/ |
| H A D | tmpv7708-rm-mbrc.dts | 3 * Device Tree File for TMPV7708 RM main board 14 model = "Toshiba TMPV7708 RM main board";
|
| /src/distrib/amd64/cdroms/ |
| H A D | Makefile.cdrom | 37 ${RM} -f ${EFIBOOTIMG} 38 ${RM} -rf efiboot/EFI/boot 51 ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitNativeARM_64.c | 57 #define RM(rm) (reg_map[rm] << 16) macro 681 return push_inst(compiler, ORR | RD(dst) | RN(TMP_ZERO) | RM(arg2)); 707 return push_inst(compiler, (ORR ^ (1 << 31)) | RD(dst) | RN(TMP_ZERO) | RM(arg2)); 716 FAIL_IF(push_inst(compiler, (ORN ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2))); 722 return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2)); 729 return push_inst(compiler, (ADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); 732 return push_inst(compiler, (ADC ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); 735 return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); 738 return push_inst(compiler, (SBC ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); 741 return push_inst(compiler, (MADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg [all...] |
| H A D | sljitNativeARM_32.c | 63 #define RM(rm) (reg_map[rm]) macro 264 return push_inst(compiler, BLX | RM(TMP_REG2)); 490 inst[1] = BLX | RM(TMP_REG1); 912 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0)))); 914 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1)))); 916 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2)))); 990 dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | RM(src2))); \ 991 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, RM(src2))); \ 994 dst, SLJIT_UNUSED, (reg_map[(flags & ARGS_SWAPPED) ? src1 : src2] << 8) | (opcode << 5) | 0x10 | RM((flags & ARGS_SWAPPED) ? src2 : src1))); 1007 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, dst, SLJIT_UNUSED, RM(src [all...] |
| /src/lib/libcurses/EXAMPLES/ |
| H A D | Makefile | 29 RM = /bin/rm -f macro
|
| /src/distrib/sgimips/cdroms/installcd/ |
| H A D | Makefile | 20 ${RM} -f ${CDIMAGE}.tmp
|
| /src/usr.sbin/lpr/common_source/ |
| H A D | lp.h | 65 extern const char *RM; /* remote machine name */
|
| H A D | common.c | 96 const char *RM; /* remote machine name */ variable in typeref:typename:const char * 348 * as the remote machine (RM) entry (if it exists). 368 if (RM == NULL) 379 /* get the remote host addresses (RM) */ 384 error = getaddrinfo(gethost(RM), NULL, &hints, &res0); 388 RM, gai_strerror(error)); 455 RM = cgetstr(bp, "rm", &cp) == -1 ? NULL : cp;
|
| /src/distrib/i386/cdroms/ |
| H A D | Makefile.cdrom | 27 ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc cdrom/install.sh
|
| /src/distrib/sparc64/cdroms/ |
| H A D | Makefile.cdrom | 25 ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc
|
| /src/distrib/common/bootimage/ |
| H A D | Makefile.bootimage | 175 RM?= rm 367 @${RM} -f ${WORKSPEC} 530 ${RM} -f ${WORKEFI} 549 ${RM} -f ${WORKFAT} 559 ${RM} -f ${WORKMBR} 651 ${RM} -fr ${WORKDIR} 652 ${RM} -fr ${EFIWORKDIR} 653 ${RM} -fr ${WORKFATDIR}
|
| /src/common/dist/zlib/amiga/ |
| H A D | Makefile.pup | 15 RM = delete quiet 41 $(RM) *.o example minigzip $(LIBNAME) foo.gz
|
| /src/distrib/common/ |
| H A D | Makefile.bootcd | 120 RM?= rm 186 ${RM} -f cdrom/${BOOT2} 188 ${RM} -f bootxx.${MACHINE} 209 ${RM} -f ${RELEASEDIR}/${CDROMS_RELEASEDIR}/${CDIMAGE} 305 ${RM} -f ${WORKSPEC} 361 ${RM} -fr cdrom
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| H A D | ltmain.sh | 320 : ${RM="rm -f"} 3482 $opt_dry_run || $RM $removelist 3489 $opt_dry_run || $RM $removelist 3491 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 3518 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 3536 $opt_dry_run || $RM $removelist 3543 'error=$?; $opt_dry_run || $RM $removelist; exit $error' 3567 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 3585 $opt_dry_run || $RM $removelist 3592 'error=$?; $opt_dry_run || $RM [all...] |
| /src/sys/external/isc/libsodium/dist/ |
| H A D | ltmain.sh | 143 : ${RM="rm -f"} 2166 $opt_dry_run || $RM $removelist 2173 $opt_dry_run || $RM $removelist 2175 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 2202 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 2220 $opt_dry_run || $RM $removelist 2227 'error=$?; $opt_dry_run || $RM $removelist; exit $error' 2251 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 2269 $opt_dry_run || $RM $removelist 2276 'error=$?; $opt_dry_run || $RM [all...] |
| /src/usr.bin/tip/ |
| H A D | vars.c | 81 NULL, &RM },
|