[ros-kernel] Re: pipetools build failure

Sebastian Schmidt yath at yath.eu.org
Sun Dec 7 14:56:12 CET 2003


On Sun, Dec 07, 2003 at 01:52:26PM +0100, Martin Fuchs wrote:
> Compiling of the whole directory could be disabled on Unix.
Done.  Patch attached.

> Does VMWare on Linux support named pipes anyway?
I dunno.

Sebastian
-- 
            http://krake.yath.eu.org/
[0] yath at eniac:~$ nc mx.chi.playboy.com smtp
220 mx.chi.playboy.com -- ALL YOUR EMAIL ARE BELONG TO US
-------------- next part --------------
--- Makefile.old	2003-12-07 14:49:48.000000000 +0100
+++ Makefile	2003-12-07 14:53:31.000000000 +0100
@@ -116,7 +116,9 @@
 	$(MAKE) -C rgenstat rgenstat$(EXE_POSTFIX)
 
 pipetools_target:
+ifeq ($(HOST),mingw32-windows)
 	$(MAKE) -C pipetools
+endif
 
 .PHONY: wmc_target cdmake_target mkhive_target rgenstat_target pipetools_target
 
@@ -128,7 +130,6 @@
 	$(MAKE) -C mkhive clean
 	$(MAKE) -C wmc clean
 	$(MAKE) -C rgenstat clean
-	$(MAKE) -C pipetools clean
 	rm mkconfig
 	rm $(TOOLS)
 endif


More information about the Ros-kernel mailing list