OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESTINATION
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/
gcc_build
92
# If the
destination
already exists, don't risk destroying it.
93
test -e ${
DESTINATION
} && \
94
error "${
DESTINATION
} already exists"
100
$GCC_SVN co $SVNROOT ${
DESTINATION
} || \
107
# If the
destination
does not already exist, complain.
108
test -d ${
DESTINATION
} || \
109
error "${
DESTINATION
} does not exist"
111
# Enter the
destination
directory.
112
changedir ${
DESTINATION
}
123
changedir ${
DESTINATION
}
[
all
...]
/src/external/gpl3/gcc.old/dist/contrib/
gcc_build
92
# If the
destination
already exists, don't risk destroying it.
93
test -e ${
DESTINATION
} && \
94
error "${
DESTINATION
} already exists"
100
$GCC_SVN co $SVNROOT ${
DESTINATION
} || \
107
# If the
destination
does not already exist, complain.
108
test -d ${
DESTINATION
} || \
109
error "${
DESTINATION
} does not exist"
111
# Enter the
destination
directory.
112
changedir ${
DESTINATION
}
123
changedir ${
DESTINATION
}
[
all
...]
/src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release
74
-d
destination
Local working directory where we will build the release
304
# Get the name of the
destination
tar file.
582
DESTINATION
=${HOME}
628
d)
DESTINATION
="${OPTARG}";;
674
if [ ! -d ${
DESTINATION
} ]; then
675
error "\`${
DESTINATION
}' is not a directory"
727
WORKING_DIRECTORY="${
DESTINATION
}/gcc-${RELEASE}"
/src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release
74
-d
destination
Local working directory where we will build the release
304
# Get the name of the
destination
tar file.
582
DESTINATION
=${HOME}
628
d)
DESTINATION
="${OPTARG}";;
674
if [ ! -d ${
DESTINATION
} ]; then
675
error "\`${
DESTINATION
}' is not a directory"
727
WORKING_DIRECTORY="${
DESTINATION
}/gcc-${RELEASE}"
/src/external/bsd/libevent/dist/
CMakeLists.txt
1389
DESTINATION
${CMAKE_CURRENT_BINARY_DIR}
1416
DESTINATION
${CMAKE_CURRENT_BINARY_DIR}
1494
DESTINATION
"include"
1499
DESTINATION
"include/event2"
1506
DESTINATION
"${EVENT_INSTALL_CMAKE_DIR}"
1513
DESTINATION
"${EVENT_INSTALL_CMAKE_DIR}"
1527
DESTINATION
"bin"
/src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt
1389
DESTINATION
${CMAKE_CURRENT_BINARY_DIR}
1416
DESTINATION
${CMAKE_CURRENT_BINARY_DIR}
1494
DESTINATION
"include"
1499
DESTINATION
"include/event2"
1506
DESTINATION
"${EVENT_INSTALL_CMAKE_DIR}"
1513
DESTINATION
"${EVENT_INSTALL_CMAKE_DIR}"
1527
DESTINATION
"bin"
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026