[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make with a prompt
On Thu, 24 Mar 2005 16:55:17 -0600, NZG <ngustavson@emacinc.com> wrote:
> > #! /bin/bash
> > echo -n "Pick a screen color (blue, yellow, red ): "
> > read -e COLOR
> > setterm -background $COLOR
> > echo It is a $COLOR day
>
> Indeed that works fine for a bash script, but doesn't work inside a Makefile,
> that's the question.
>
> NZG.
>
sigh... I really need to start reading these things. I see bash and
think "bash script."
back to Makefile:
I didn't really know you could do that. I always figured that
"configure" handled that (or whatever you want to set the parameters).
GS
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.