Revision: 6090 http://ipcop.svn.sourceforge.net/ipcop/?rev=6090&view=rev Author: gespinasse Date: 2011-11-16 18:25:44 +0000 (Wed, 16 Nov 2011) Log Message: ----------- Fix unset variables when using ./make.sh shell
Modified Paths: -------------- ipcop/trunk/make.sh Modified: ipcop/trunk/make.sh =================================================================== --- ipcop/trunk/make.sh 2011-11-16 13:11:44 UTC (rev 6089) +++ ipcop/trunk/make.sh 2011-11-16 18:25:44 UTC (rev 6090) @@ -1334,6 +1334,15 @@ echo -ne "Entering ${BOLD}${MACHINE_REAL}${NORMAL} LFS chroot, type exit to return to host environment\n" + # By default + STAGE_ORDER=02 + STAGE=base + + # Set CCACHE_COMPILERCHECK + for GCC in ${BASEDIR}/build_${MACHINE}/ipcop/usr/bin/gcc /${TOOLS_DIR}/bin/${TARGET_2}-gcc; do + update-gcc-hash "$GCC" && break + done + ${SUDO} ${NICECMD} ${NICEPARAM} ${CHROOT} ${LFS} /${TOOLS_DIR}/bin/env -i \ HOME=/root \ TERM=${TERM} \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn