[M3devel] strange code in scripts
Jay K
jay.krell at cornell.edu
Fri Aug 28 09:21:19 CEST 2009
This sequence is odd:
[ ${TARGET} != NT386 ] && "${ROOT}/scripts/do-pkg.sh" buildship
echo "${ROOT}/scripts/do-cm3-${DIST}.sh" buildlocal
"${ROOT}/scripts/do-cm3-${DIST}.sh" buildlocal || exit 1
header "stage 4: installing libraries using new cm3 compiler"
echo "${ROOT}/scripts/do-cm3-${DIST}.sh" buildglobal
"${ROOT}/scripts/do-cm3-${DIST}.sh" buildglobal || exit 1
The first line doesn't do anything.
In the logs you can see it just says "no packages".
I don't understand why buildlocal + buildglobal.
Is that, um, to delete the .M3OVERRIDES files, so that "On the other side",
ship won't refuse?
- Jay
More information about the M3devel
mailing list