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

  /src/external/gpl2/lvm2/dist/
configure.in 269 dnl -- snapshots inclusion type
270 AC_MSG_CHECKING(whether to include snapshots)
271 AC_ARG_WITH(snapshots,
272 [ --with-snapshots=TYPE Snapshot support: internal/shared/none
274 [ SNAPSHOTS="$withval" ],
275 [ SNAPSHOTS="internal" ])
276 AC_MSG_RESULT($SNAPSHOTS)
278 if [[ "x$SNAPSHOTS" != xnone -a "x$SNAPSHOTS" != xinternal -a "x$SNAPSHOTS" != xshared ]]
    [all...]
configure 653 SNAPSHOTS
1545 --with-snapshots=TYPE Snapshot support: internal/shared/none
9268 { $as_echo "$as_me:$LINENO: checking whether to include snapshots" >&5
9269 $as_echo_n "checking whether to include snapshots... " >&6; }
9271 # Check whether --with-snapshots was given.
9273 withval=$with_snapshots; SNAPSHOTS="$withval"
9275 SNAPSHOTS="internal"
9278 { $as_echo "$as_me:$LINENO: result: $SNAPSHOTS" >&5
9279 $as_echo "$SNAPSHOTS" >&6; }
9281 if [ "x$SNAPSHOTS" != xnone -a "x$SNAPSHOTS" != xinternal -a "x$SNAPSHOTS" != xshared ]
    [all...]
  /src/external/bsd/am-utils/dist/
Makefile.am 335 # make a snapshots and put them in the ftp snapshots directory
340 echo COPYING SNAPSHOTS: $$snap && \
341 cp -pu $$snap $(FTPTOP)/snapshots && \
343 ln -s snapshots/$$snap $(FTPTOP)/am-utils-6.1-snapshot.tar.gz && \
345 (cd $(FTPTOP)/snapshots && ${MAKE} ${MFLAGS})

Completed in 29 milliseconds