diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-12-18 15:56:41 -0330 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-12-18 15:56:41 -0330 |
commit | 6e71ed6c67df7d68c56822b67a83e65c183fbe12 (patch) | |
tree | 8cc6e2b8cbe97eaf62329fe688f70b8904183db4 /cpp/demo | |
parent | 4506 - demo/IceStorm/replicated failing on Solaris 10 x86 release mode. (diff) | |
download | ice-6e71ed6c67df7d68c56822b67a83e65c183fbe12.tar.bz2 ice-6e71ed6c67df7d68c56822b67a83e65c183fbe12.tar.xz ice-6e71ed6c67df7d68c56822b67a83e65c183fbe12.zip |
http://bugzilla/bugzilla/show_bug.cgi?id=4509 - parallel build issues.
Diffstat (limited to 'cpp/demo')
-rw-r--r-- | cpp/demo/book/printer/Makefile | 6 | ||||
-rw-r--r-- | cpp/demo/book/simple_filesystem/Makefile | 8 |
2 files changed, 0 insertions, 14 deletions
diff --git a/cpp/demo/book/printer/Makefile b/cpp/demo/book/printer/Makefile index 0a36b44bfe1..fb9057b9098 100644 --- a/cpp/demo/book/printer/Makefile +++ b/cpp/demo/book/printer/Makefile @@ -26,8 +26,6 @@ SRCS = $(OBJS:.o=.cpp) \ $(COBJS:.o=.cpp) \ $(SOBJS:.o=.cpp) -SLICE_GEN = $(SLICE_SRCS:.ice=.cpp) $(SLICE_SRCS:.ice=.h) - include $(top_srcdir)/config/Make.rules CPPFLAGS := -I. $(CPPFLAGS) @@ -40,10 +38,6 @@ $(SERVER): $(OBJS) $(SOBJS) rm -f $@ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(SOBJS) $(LIBS) -$(SLICE_GEN): $(SLICE_SRCS) $(SLICE2CPP) - rm -f $(SLICE_GEN) - $(SLICE2CPP) $(SLICE_SRCS) - test:: include .depend diff --git a/cpp/demo/book/simple_filesystem/Makefile b/cpp/demo/book/simple_filesystem/Makefile index 9f599a74929..8de420b71e4 100644 --- a/cpp/demo/book/simple_filesystem/Makefile +++ b/cpp/demo/book/simple_filesystem/Makefile @@ -27,8 +27,6 @@ SRCS = $(OBJS:.o=.cpp) \ $(COBJS:.o=.cpp) \ $(SOBJS:.o=.cpp) -SLICE_GEN = $(SLICE_SRCS:.ice=.cpp) $(SLICE_SRCS:.ice=.h) - include $(top_srcdir)/config/Make.rules CPPFLAGS := -I. $(CPPFLAGS) @@ -41,10 +39,4 @@ $(SERVER): $(OBJS) $(SOBJS) rm -f $@ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(SOBJS) $(LIBS) -$(SLICE_GEN): $(SLICE_SRCS) $(SLICE2CPP) - rm -f $(SLICE_GEN) - $(SLICE2CPP) $(SLICE_SRCS) - -test:: - include .depend |