help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issues with compiling dependent objects


From: Garrett Cooper
Subject: Re: Issues with compiling dependent objects
Date: Wed, 28 May 2008 11:59:05 -0700

On Wed, May 28, 2008 at 11:39 AM, Garrett Cooper <address@hidden> wrote:
Ok, apparently some monkey removed the implicit rules from execution. How do I get these back?
-Garrett

I readded .SUFFIXES, but it doesn't appear to be working, yet it's still not mapping .c -> .o:

Considering target file `all'.
 File `all' does not exist.
  Considering target file `/ws/garrcoop/nova-test-sync/contrib/ltp/obj-ppc/ltp-full-20080430/lib/clone/libclone.o'.
   File `/ws/garrcoop/nova-test-sync/contrib/ltp/obj-ppc/ltp-full-20080430/lib/clone/libclone.o' does not exist.
   Looking for an implicit rule for `/ws/garrcoop/nova-test-sync/contrib/ltp/obj-ppc/ltp-full-20080430/lib/clone/libclone.o'.
   No implicit rule found for `/ws/garrcoop/nova-test-sync/contrib/ltp/obj-ppc/ltp-full-20080430/lib/clone/libclone.o'.
   Finished prerequisites of target file `/ws/garrcoop/nova-test-sync/contrib/ltp/obj-ppc/ltp-full-20080430/lib/clone/libclone.o'.
  Must remake target `/ws/garrcoop/nova-test-sync/contrib/ltp/obj-ppc/ltp-full-20080430/lib/clone/libclone.o'.
# make-3.81[3]: Entering directory `/ws/garrcoop/nova-test-sync/contrib/ltp/obj-ppc/ltp-full-20080430/lib/clone'
make-3.81[3]: *** No rule to make target `/ws/garrcoop/nova-test-sync/contrib/ltp/obj-ppc/ltp-full-20080430/lib/clone/libclone.o', needed by `all'.  Stop.

How do I disable -r action?

-Garrett

reply via email to

[Prev in Thread] Current Thread [Next in Thread]