You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/07/07 21:22:25 UTC

[Bug 2495] New: - Missing ( in xerces-c-src1_5_0/obj/Makefile.in

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2495

*** shadow/2495	Sat Jul  7 12:22:25 2001
--- shadow/2495.tmp.3433	Sat Jul  7 12:22:25 2001
***************
*** 0 ****
--- 1,34 ----
+ +============================================================================+
+ | Missing ( in xerces-c-src1_5_0/obj/Makefile.in                             |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2495                        Product: Xerces-C                |
+ |       Status: NEW                         Version: 1.5                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Minor                    OS/Version: All                     |
+ |     Priority: Other                     Component: Build                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: anthony_richardella@sra.com                                  |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ While doing a make clean using xerces-c-src1_5_0 I noticed that 
+ 
+ rm -f /*.o
+ rm -f /*.c
+ rm -f /*.cs
+ rm -f /*.he
+ 
+ are executed.
+ 
+ The command,
+ 
+ ifneq ($strip $(TEMPLATESREPOSITIORY)),)
+ 
+ is missing a "(". It shoule be,
+ 
+ ifneq ($(strip $(TEMPLATESREPOSITIORY)),)
+ 
+ This occurs in the clean: and distclean: sections.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org