On Saturday 10 October 2009 19:01:06 Garrett Cooper wrote:
> On Sat, Oct 10, 2009 at 3:34 PM, Mike Frysinger <[email protected]> wrote:
> > also, it seems like the lib subdir is missing a default dependency on the
> > libltp.a library:
> > $ cd lib
> > $ make clean
> > rm -f -f libltp.a *.o *.pyc
> > $ make
> > make: Nothing to be done for `install'.
> > $ make libltp.a
> > <correct output>
> >
> > actually, now that i see this output, i guess the problem is that the
> > default target is "install" instead of "all" (which implies compiled
> > local objects only) ?
> 
> Ok, that's what I figured. Fixing right now and will be done in <15 mins.

the generic target subdirs all work now, but looks like lib/ is a special 
case.  lib.mk sets DEFAULT_GOAL to "install" which is no good.  if i drop the 
line, then whatever the first target declared is used as the default.  this 
can be a little weird with how files are included, so changing this to "all" 
gets expected behavior.

will the other .mk have similar problems ?  should we set DEFAULT_GOAL to all 
in env_pre.mk so people dont have to worry about ordering ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to