HomeSort by: relevance | last modified time | path
    Searched refs:METALOG (Results 1 - 7 of 7) sorted by relevancy

  /src/distrib/sets/
Makefile 3 # Experimental RCS METALOG versioning
101 # METALOG MANIPULATION TARGETS
103 # METALOG is the name of a metadata log file, and is set in <bsd.own.mk>
106 # METALOG.unpriv is a command line option passed to various scripts;
107 # it is either blank or "-M ${METALOG}.sanitised", depending on the
110 # The sanitise_METALOG target creates METALOG.sanitised from METALOG,
111 # without modifying METALOG itself. This is used near the end of
113 # and corresponding lines have been added to METALOG, but before
114 # METALOG.sanitised is used in the creation of sets in RELEASEDIR
    [all...]
  /src/share/man/
Makefile 20 | ${METALOG.add}
  /src/etc/mtree/
Makefile 124 # INSTALL_DIR would want to write to the metalog, and it can't do that
125 # if the metalog is inside DESTDIR but DESTDIR doesn't yet exist.
128 # then invoke mtree again to register those directories in the metalog.
134 ${TOOL_AWK} '/ optional/ {next} // {print}' | ${METALOG.add}
  /src/share/mk/
bsd.kmodule.mk 210 # Ensure these are recorded properly in METALOG on unprived installes:
bsd.own.mk 1649 METALOG?= ${DESTDIR}/METALOG
1650 METALOG.add?= ${TOOL_CAT} -l >> ${METALOG}
1653 INSTPRIV.unpriv=-U -M ${METALOG} -D ${DESTDIR} -h sha256
  /src/etc/
Makefile 284 ) | ${METALOG.add}
  /src/
build.sh 2119 # METALOG file), then most subsequent build.sh runs must also
2128 if [ -e "${DESTDIR}/METALOG" ] &&
2929 # been performed if METALOG file is created in DESTDIR.
2930 if [ ! -e "${DESTDIR}/METALOG" ]

Completed in 18 milliseconds