From: <bob...@us...> - 2006-08-28 13:17:49
|
Revision: 562 Author: bobofdoom Date: 2006-08-28 06:17:33 -0700 (Mon, 28 Aug 2006) ViewCVS: http://svn.sourceforge.net/hackndev/?rev=562&view=rev Log Message: ----------- initramfs: Hiding the shell command for checkroot. Modified Paths: -------------- linux4palm/initramfs/Makefile Modified: linux4palm/initramfs/Makefile =================================================================== --- linux4palm/initramfs/Makefile 2006-08-28 13:15:58 UTC (rev 561) +++ linux4palm/initramfs/Makefile 2006-08-28 13:17:33 UTC (rev 562) @@ -56,4 +56,4 @@ rm -Rf ${BBSRC} initramfs_data.cpio* checkroot: - if [ `id -u` -ne 0 ]; then echo Please run make using fakeroot.; exit 1; fi + @if [ `id -u` -ne 0 ]; then echo Please run make using fakeroot.; exit 1; fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |