Hi Philip

Thank you for your reply.

> Do any of your Makefiles (or the files they include) use the .SILENT
> target?

None that I can see.

> Is the LIBTOOLCMD defined to start with an '@' ?

No.

The strange thing is that none of the commands in the block below are echoed 
except for the echo command:

# Rule for building release library
$(SOLIBDIR)/$(OBJDIR_R)/lib$(STARLIBNAME).so : $(patsubst 
%,$(OBJDIR_R)/%,$(OBJFILES))
        echo "Building library"
        $(TRUNKDIR)/$(SVI) $(CURDIR) $(STARLIBNAME)
        $(CXX) -c $(CXXFLAGS_R) SourceFileInfo.cpp -o 
$(OBJDIR_R)/SourceFileInfo.o
        @rm -f SourceFileInfo.cpp
        $(LIBTOOLCMD) $(CXX) -shared -o 
$(SOLIBDIR)/$(OBJDIR_R)/lib$(STARLIBNAME).so $(patsubst 
%,$(OBJDIR_R)/%,$(OBJFILES)) $(OBJDIR_R)/SourceFileInfo.o $(LIBDEPEND)

BR

David

_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to