diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-01-08 18:11:43 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-01-08 18:11:43 +0000 |
commit | 5c2f339a524e48d0bf270d397bcea8397f369d07 (patch) | |
tree | e2e9f60eeaabfc745e59f549357d2a1beae018af /cpp/src | |
parent | Added Communicator::isShutdown() and ObjectAdapter::isDeactivated() (diff) | |
download | ice-5c2f339a524e48d0bf270d397bcea8397f369d07.tar.bz2 ice-5c2f339a524e48d0bf270d397bcea8397f369d07.tar.xz ice-5c2f339a524e48d0bf270d397bcea8397f369d07.zip |
Disabled parallel build
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Slice/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/Slice/Makefile b/cpp/src/Slice/Makefile index 68bedc67d7c..303cecc6761 100644 --- a/cpp/src/Slice/Makefile +++ b/cpp/src/Slice/Makefile @@ -54,8 +54,10 @@ $(libdir)/$(LIBNAME): $(libdir)/$(SONAME) ln -s $(SONAME) $@ endif -# Needed for make -jn to work. -../Slice/Grammar.y: Grammar.h +# +# The .y rule does not work well with parallel builds; need to investigate +# +.NOTPARALLEL: clean:: rm -f Grammar.cpp Grammar.h |