Changeset 79086
- Timestamp:
- 06/01/11 17:38:24 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/portmgr/jobs/mprsyncup (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/portmgr/jobs/mprsyncup
r79027 r79086 21 21 # Lastly, it is required of every 3rd party mirrors to keep track of this script 22 22 # and the base/portmgr/rsync.repos file and always maintain local copies in as 23 # close sync as possible. 23 # close sync as possible. 24 24 # 25 25 # … … 98 98 ${MKDIR} -p ${RSYNCROOT}/release/base 99 99 fi 100 ${RSYNC} -aIC --delete ${RBASE}/ ${RSYNCROOT}/release/base 100 ${RSYNC} -aIC --delete ${RBASE}/ ${RSYNCROOT}/release/base 101 101 102 102 # clean up the working copy if it is locked … … 107 107 # Update/checkout the ports tree, export it and rsync it to ${RSYNCROOT}/release/ports: 108 108 if [ -d ${PORTS}/.svn ]; then 109 ${SVN} update ${PORTS} 109 ${SVN} update ${PORTS} 110 110 else 111 111 ${SVN} checkout ${SVNURL}/trunk/dports ${PORTS} … … 116 116 # build MP trunk in a private location for indexing 117 117 pushd ${ROOT}/${TMPDIR} >> /dev/null 118 mkdir -p ${TCLPKG} 118 ${MKDIR} -p ${TCLPKG} 119 119 ./configure \ 120 120 --prefix=${PREFIX} \ 121 121 --with-tclpackage=${TCLPKG} \ 122 122 --with-install-user=${MP_USER} \ 123 --with-install-group=${MP_GROUP} 124 make clean 123 --with-install-group=${MP_GROUP} 124 make clean 125 125 make 126 make install 126 make install 127 127 popd 128 128 … … 146 146 ${RM} -rf dports && ${LN} -s ../release/ports dports 147 147 fi 148
Note: See TracChangeset
for help on using the changeset viewer.

