[ale] Makefile qustion
Geoffrey
esoteric at 3times25.net
Tue Jul 2 17:33:14 EDT 2002
cfowler wrote:
> Hello,
>
> I would like you create nodes using my Makefile's. I'm trying to make
> all parts of my build use Make and nothing else.
Why restrict yourself to a screwdriver when you have a nail to drive?
Use the best to for the purpose. I don't believe you can do iterative
processing in a makefile without $(shell ..) construct. Even then if
that's still pure enough for you, you're going to end up writing a shell
script that does the looping for you. If it's an interative process you
need, use the shell.
>
> I can easily do this
>
> DEVDIR = ${TARGET}/dev
> DEVNODES = \
> fd0 \
> null \
> zero
>
> I'm just wandering if I can create an array that can include the type,
> major, and minor number?
>
> Thanks,
> Chris
>
>
>
>
>
> ---
> This message has been sent through the ALE general discussion list.
> See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
> sent to listmaster at ale dot org.
>
>
>
--
Until later: Geoffrey esoteric at 3times25.net
I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.
More information about the Ale
mailing list