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

  /src/external/gpl3/gcc/dist/maintainer-scripts/
update_web_docs_libstdcxx_git 13 WWWDIR=/www/gcc/htdocs/onlinedocs/libstdc++
14 #WWWDIR=/tmp/fake-onlinedocs-testing
25 test -d $WWWDIR || /bin/mkdir $WWWDIR
26 test -d $WWWDIR || { echo something is very wrong ; exit 1; }
39 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
update_web_docs_libstdcxx_git 13 WWWDIR=/www/gcc/htdocs/onlinedocs/libstdc++
14 #WWWDIR=/tmp/fake-onlinedocs-testing
25 test -d $WWWDIR || /bin/mkdir $WWWDIR
26 test -d $WWWDIR || { echo something is very wrong ; exit 1; }
39 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"
update_web_docs_libstdcxx_svn 15 WWWDIR=/www/gcc/htdocs/onlinedocs/libstdc++
16 #WWWDIR=/tmp/fake-onlinedocs-testing
27 test -d $WWWDIR || /bin/mkdir $WWWDIR
28 test -d $WWWDIR || { echo something is very wrong ; exit 1; }
42 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"

Completed in 19 milliseconds