Subject:
|
Re: Recommended change to MAKEFILE
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Fri, 3 Mar 2000 14:18:21 GMT
|
Viewed:
|
1361 times
|
| |
| |
On Fri, 3 Mar 2000, Martin Cornelius wrote:
> Rossz Vámos-Wentworth wrote:
> > I recomend this change:
> >
> > # for the kernel
> > .depend:
> > $(CC) -M $(CFLAGS) -c $(LEGOS_ROOT)kernel/*.c >.depend
> >
> > # for a typecial program
> > .depend:
> > $(CC) -M $(CFLAGS) -c *.c >.depend
> >
> > This simple changes has three advantages. 1. The program MAKEDEPEND is
> > no longer required. 2. The Perl script "FIXDEPS" is not needed. 3. The
> > dependency list will be created using the same search path as when the
> > compile occurs.
>
> imho, a very good idea. Perhaps you should check that in to CVS ?
Rossz didn't have CVS access until about... oh... 3 minutes from now?
-Luis
#######################################################################
Profanity is the one language that all programmers understand.
-Anonymous
#######################################################################
|
|
Message is in Reply To:
6 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|