Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | New knob FORCE_STAGE to allow exp-run with stage activated for everyone |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
226c50ffdfa8a4e49788f7233a74d998 |
User & Date: | bapt 2012-06-07 08:03:08 |
Context
2012-06-07
| ||
10:14 | Sync first check the consistency of the plist check-in: e8cddc8cfa user: bapt tags: trunk | |
08:03 | New knob FORCE_STAGE to allow exp-run with stage activated for everyone check-in: 226c50ffdf user: bapt tags: trunk | |
06:27 | Fix docs, data, examples check-in: cedb50fe3d user: bapt tags: trunk | |
Changes
Changes to ports/Mk/bsd.port.mk.
1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 |
LOCALBASE?= /usr/local LINUXBASE?= /compat/linux DISTDIR?= ${PORTSDIR}/distfiles _DISTDIR?= ${DISTDIR}/${DIST_SUBDIR} INDEXDIR?= ${PORTSDIR} SRC_BASE?= /usr/src USE_STAGE?= no .include "${PORTSDIR}/Mk/bsd.commands.mk" # # DESTDIR section to start a chrooted process if invoked with DESTDIR set # |
> > > |
1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 |
LOCALBASE?= /usr/local LINUXBASE?= /compat/linux DISTDIR?= ${PORTSDIR}/distfiles _DISTDIR?= ${DISTDIR}/${DIST_SUBDIR} INDEXDIR?= ${PORTSDIR} SRC_BASE?= /usr/src USE_STAGE?= no .if defined(FORCE_STAGE) USE_STAGE= yes .endif .include "${PORTSDIR}/Mk/bsd.commands.mk" # # DESTDIR section to start a chrooted process if invoked with DESTDIR set # |