Home | History | Annotate | Download | only in sets

Lines Matching refs:metalog

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.
115 # For update builds, METALOG.sanitised has duplicates merged (keeping
118 # METALOG.sanitised is always sorted and has timestamps removed.
120 # The clean_METALOG target either deletes METALOG, or replaces METALOG with
122 # deletes old METALOG.* files. This is intended to be used at the start
124 # unbounded growth of METALOG.
131 METALOG.unpriv=
137 METALOG.unpriv= -M ${METALOG}.sanitised
138 sanitise_METALOG: .PHONY ${METALOG}.sanitised
139 ${METALOG}.sanitised: ${METALOG}
140 ${_MKMSG_CREATE} METALOG.sanitised
141 <${METALOG} \
144 >${METALOG}.new
145 mv ${METALOG}.new ${METALOG}.sanitised
147 . ./metalog.subr; \
148 xrcs_descr="build distribution METALOG"; \
150 xrcs_cur=${METALOG}.sanitised; \
153 .if ${MKUPDATE} == "no" || !exists(${METALOG})
155 rm -f ${METALOG} ${METALOG}.*
157 clean_METALOG: .PHONY ${METALOG}.sanitised
158 mv ${METALOG}.sanitised ${METALOG}
160 [ -f ${METALOG}.sanitised,v ] && mv ${METALOG}.sanitised,v ${METALOG},v
162 rm -f ${METALOG}.*
164 [ -f ${METALOG},v ] && mv ${METALOG},v ${METALOG}.sanitised,v
181 ${MAKEFLIST_FLAGS} ${CHECKFLIST_FLAGS} ${METALOG.unpriv}
233 ${METALOG.unpriv} \
240 ${METALOG.unpriv} \
278 ${METALOG.unpriv} -N ${NETBSDSRCDIR}/etc \
306 -d ${DESTDIR:S,^$,/,} ${METALOG.unpriv} \