Searched refs:ARCHIVE (Results 1 - 18 of 18) sorted by relevance
| /src/usr.bin/make/unit-tests/ |
| H A D | suff.mk | 32 # When making this target, ${.ARCHIVE} is undefined, but there's no warning. 33 # expect: Var_Parse: ${.ARCHIVE}.additional (eval) 34 edge-case.to: ${.PREFIX}${.ARCHIVE}.additional
|
| H A D | archive.mk | 10 ARCHIVE= libprog.a macro 38 create-archive: ${ARCHIVE} pre post 44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post 48 list-archive: ${ARCHIVE} pre post 55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post 61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post 68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post 72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post 75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post 79 rm -f ${ARCHIVE} [all...] |
| H A D | varfind.mk | 20 @echo $@: long ${.ARCHIVE:Q}
|
| H A D | suff.exp | 7 Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval) 8 Var_Parse: ${.ARCHIVE}.additional (eval) 9 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional 10 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from 11 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional 12 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk 38 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk .END 54 Expanding "${.PREFIX}${.ARCHIVE}.additional"...Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval) 55 Var_Parse: ${.ARCHIVE} [all...] |
| H A D | varmisc.mk | 162 GL_ARCHIVE:= ${.ARCHIVE}
|
| /src/distrib/acorn32/stand/ |
| H A D | Makefile | 10 ARCHIVE=BtNetBSD.spk macro 17 all: ${ARCHIVE} 19 release: check_RELEASEDIR .WAIT ${ARCHIVE} 23 ${RELEASE_INSTALL} ${ARCHIVE} \ 26 ${ARCHIVE}: tmp/BtNetBSD 31 ${HOST_SH} ${.CURDIR}/../mksparkive.sh * > ${.OBJDIR}/${ARCHIVE} 121 rm -f ${ARCHIVE}
|
| /src/bin/pax/ |
| H A D | options.c | 695 act = ARCHIVE; 711 * if we are writing (ARCHIVE) we use the default format if the user 715 if (!(flg & XF) && (act == ARCHIVE)) 738 case ARCHIVE: 910 tar_set_action(ARCHIVE); 968 if (act == ARCHIVE) { 1178 if (fstdin == 1 && act == ARCHIVE) 1184 if ((act == ARCHIVE || act == APPND) && argc == 0 && nincfiles == 0) 1187 * if we are writing (ARCHIVE) specify tar, otherwise run like pax 1190 if (act == ARCHIVE || ac [all...] |
| H A D | pax.c | 311 case ARCHIVE: 320 * turned into ARCHIVE mode. 322 if (act == -ARCHIVE) { 323 act = ARCHIVE;
|
| H A D | pax.h | 63 #define ARCHIVE 2 /* write a new archive */ macro
|
| H A D | ar_io.c | 175 case ARCHIVE: 250 act = -ARCHIVE; 252 case ARCHIVE: 267 if (act == ARCHIVE) { 961 if ((act == APPND) || (act == ARCHIVE)) { 1464 if ((act == ARCHIVE) || (act == APPND))
|
| H A D | buf_subs.c | 291 * ARCHIVE mode (write) conditions 295 act = ARCHIVE;
|
| H A D | tar.c | 437 if ((act != APPND) && (act != ARCHIVE)) {
|
| /src/sys/dev/isa/ |
| H A D | wt.c | 90 ARCHIVE, /* Archive Viper SC499, SC402 etc */ enumerator in enum:wttype 309 sc->type = ARCHIVE; 547 sc->type == ARCHIVE ? MT_ISVIPER1 : 0x11; 942 if (sc->type == ARCHIVE) {
|
| /src/usr.bin/make/ |
| H A D | make.h | 573 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ macro 1153 GNode_VarArchive(GNode *gn) { return GNode_ValueDirect(gn, ARCHIVE); }
|
| H A D | make.c | 1274 Var_Set(gn, ARCHIVE, gn->name);
|
| H A D | suff.c | 1587 Var_Set(gn, ARCHIVE, gn->name);
|
| H A D | var.c | 448 if (Substring_Equals(name, ".ARCHIVE")) 449 return Substring_InitStr(ARCHIVE); 4197 Substring_Equals(varname, ".ARCHIVE") || 4226 return "$(.ARCHIVE)";
|
| /src/common/dist/zlib/ |
| H A D | CMakeLists.txt | 184 ARCHIVE DESTINATION "${INSTALL_LIB_DIR}"
|
Completed in 27 milliseconds