On Wed, 2008-06-25 at 11:44 -0400, Felipe Sateler wrote:
> El 25/06/08 09:08 James Westby escribió:
>
> > Hi,
> Hi
>
> >
> > checkinstall uses the "make" command, but doesn't depend on the
> > "make" package.
> >
> > Please add a dependency on "make".
>
> Checkinstall doesn't use the make command. It depends on the project you are
> installing which programs you need, such as make, cmake, scons, or shell.
> Plus, to use checkinstall, the project's build-dependencies must be met, thus
> the dependency of checkinstall on whatever build tool is redundant.
> Therefore, I think it is not correct to put make in the Depends line.
>
>
Hi,
I see this in checkinstall:
===
INSTALLCMD=("$@")
[ -z "$INSTALLCMD" ] && INSTALLCMD=(make install)
...
shell_escape "[EMAIL PROTECTED]" >> $TMP_SCRIPT
cat << EOF >> $TMP_SCRIPT
# Report success or failure
if [ \$? -eq 0 ]; then
exit 0
else
exit 1
fi
EOF
# No one needs to see what we are doing. It's safer this way.
chmod 700 $TMP_SCRIPT
echo
echogn "Installing with %s..." "${INSTALLCMD[*]}"
...
$TMP_SCRIPT &> /${TMP_DIR}/install.log
===
so it looks to me that checkinstall may call "make" itself under
some circumstances. I apologise if I am reading it wrong.
Thanks,
James
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]