« Return to Thread: Problems with umbrella make files

Problems with umbrella make files

by Alvaro Videla-2 :: Rate this Message:

| View in Thread

Hi,

I'm trying to run the "make plugins" target from rabbitmq-server Makefile (obtained from the umbrella repo)

If I run the target like this it fails:

make plugins PLUGINS_SRC_DIR="`pwd`/.." VERSION=2.8.1u

Since I start to get the same output again and again. See this gist: https://gist.github.com/2394475

Unless I ran before the following target from the rabbitmq-public-umbrella Makefile:

make release VERSION=2.8.1u

I understand that the "plugins" target will call that one, so I'm puzzled here.

I also tried adding the following target in the rabbitmq-server/Makefile

mydebug:                                                                                                                                                                                                    
        $(MAKE) -C "$(PLUGINS_SRC_DIR)" clean

Running it like: 

make mydebug PLUGINS_SRC_DIR=..

also fails with the same output as in the previous gist.

Any ideas on what might be wrong? Am I missing something?

Regards,

Alvaro

-- 
Alvaro Videla
Sent with Sparrow


_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@...
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

 « Return to Thread: Problems with umbrella make files