Searched refs:ARCHIVE (Results 1 - 18 of 18) sorted by relevance

/src/usr.bin/make/unit-tests/
H A Dsuff.mk32 # 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 Darchive.mk10 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 Dvarfind.mk20 @echo $@: long ${.ARCHIVE:Q}
H A Dsuff.exp7 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 Dvarmisc.mk162 GL_ARCHIVE:= ${.ARCHIVE}
/src/distrib/acorn32/stand/
H A DMakefile10 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 Doptions.c695 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 Dpax.c311 case ARCHIVE:
320 * turned into ARCHIVE mode.
322 if (act == -ARCHIVE) {
323 act = ARCHIVE;
H A Dpax.h63 #define ARCHIVE 2 /* write a new archive */ macro
H A Dar_io.c175 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 Dbuf_subs.c291 * ARCHIVE mode (write) conditions
295 act = ARCHIVE;
H A Dtar.c437 if ((act != APPND) && (act != ARCHIVE)) {
/src/sys/dev/isa/
H A Dwt.c90 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 Dmake.h573 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ macro
1153 GNode_VarArchive(GNode *gn) { return GNode_ValueDirect(gn, ARCHIVE); }
H A Dmake.c1274 Var_Set(gn, ARCHIVE, gn->name);
H A Dsuff.c1587 Var_Set(gn, ARCHIVE, gn->name);
H A Dvar.c448 if (Substring_Equals(name, ".ARCHIVE"))
449 return Substring_InitStr(ARCHIVE);
4197 Substring_Equals(varname, ".ARCHIVE") ||
4226 return "$(.ARCHIVE)";
/src/common/dist/zlib/
H A DCMakeLists.txt184 ARCHIVE DESTINATION "${INSTALL_LIB_DIR}"

Completed in 27 milliseconds