Revision 3f167b73
Added by Renato Botelho about 9 years ago
tools/builder_common.sh | ||
---|---|---|
316 | 316 |
|
317 | 317 |
ensure_kernel_exists $KERNEL_DESTDIR |
318 | 318 |
|
319 |
echo -n ">>> Creating pkg of $KERNEL_NAME-debug kernel to staging area..." | tee -a ${LOGFILE} |
|
319 |
echo -n ">>> Creating pkg of $KERNEL_NAME-debug kernel to staging area... " | tee -a ${LOGFILE}
|
|
320 | 320 |
core_pkg_create kernel-debug ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR} \*.symbols |
321 | 321 |
find ${KERNEL_DESTDIR} -name '*.symbols' -type f -delete |
322 |
echo " Done" | tee -a ${LOGFILE} |
|
322 | 323 |
|
323 |
echo -n ">>> Creating pkg of $KERNEL_NAME kernel to staging area..." | tee -a ${LOGFILE} |
|
324 |
echo -n ">>> Creating pkg of $KERNEL_NAME kernel to staging area... " | tee -a ${LOGFILE}
|
|
324 | 325 |
core_pkg_create kernel ${KERNEL_NAME} ${CORE_PKG_VERSION} ${KERNEL_DESTDIR} |
325 | 326 |
|
326 | 327 |
rm -rf $KERNEL_DESTDIR 2>&1 1>/dev/null |
327 | 328 |
|
328 |
echo ".Done" | tee -a ${LOGFILE}
|
|
329 |
echo " Done" | tee -a ${LOGFILE}
|
|
329 | 330 |
done |
330 | 331 |
} |
331 | 332 |
|
Also available in: Unified diff
Improve log messages