Subject:
|
Re: pictures at tracker
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Thu, 16 May 2002 03:13:50 GMT
|
Viewed:
|
738 times
|
| |
| |
In lugnet.cad, Larry Pieniazek writes:
> Hey... this is starting to sound like build/make dependency analysis. Any
> chance of getting good old "make" itself to do the work of figuring out what
> needs to be regenned when a file is uploaded?
That seems reasonable. The dependencies are fairly straightforward, and can
be checked by simple mod-date comparision.
> The dependency calculation seems straightforward (just scan the file to find
> first level dependencies) and the various dirs seem a lot like include path
> analysis...
Hmm. Can it deal with files being in subdirectories? Like, if the search
path is /home/tracker/unofficial;/home/tracker/official, and the directory
structure is:
/home
/tracker
/official
/p
/48
/parts
/s
/unofficial
/p
/48
/parts
/s
Can make find stud.dat under the right /p/ directory?
Steve
|
|
Message has 3 Replies: | | Re: pictures at tracker
|
| (...) Well, not sure. Bear with. Remember that make doesn't actually make things. Or find things. It just uses other programs to make them or find them based on production rules. In this case it's actually LDGlite that needs to find the correct (...) (23 years ago, 16-May-02, to lugnet.cad)
| | | Re: pictures at tracker
|
| Steve Bliss wrote: > In lugnet.cad, Larry Pieniazek writes: > > >>Hey... this is starting to sound like build/make dependency analysis. Any >>chance of getting good old "make" itself to do the work of figuring out what >>needs to be regenned when a (...) (23 years ago, 16-May-02, to lugnet.cad)
| | | Re: pictures at tracker
|
| (...) Generally, make doesn't search at all - the program which creates the dependencies pinds the right version & sticks the path in there with it. See "man makedepend" which is the program that does it for C sources. All make does is check the (...) (23 years ago, 16-May-02, to lugnet.cad)
|
Message is in Reply To:
| | Re: pictures at tracker
|
| (...) Hey... this is starting to sound like build/make dependency analysis. Any chance of getting good old "make" itself to do the work of figuring out what needs to be regenned when a file is uploaded? The dependency calculation seems (...) (23 years ago, 16-May-02, to lugnet.cad)
|
77 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|