You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2007/03/22 00:18:54 UTC

svn commit: r521048 - /tomcat/connectors/trunk/jk/native/apache-2.0/NWGNUmakefile

Author: fuankg
Date: Wed Mar 21 16:18:54 2007
New Revision: 521048

URL: http://svn.apache.org/viewvc?view=rev&rev=521048
Log:
Few minor cosmetic changes.

Modified:
    tomcat/connectors/trunk/jk/native/apache-2.0/NWGNUmakefile

Modified: tomcat/connectors/trunk/jk/native/apache-2.0/NWGNUmakefile
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-2.0/NWGNUmakefile?view=diff&rev=521048&r1=521047&r2=521048
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/NWGNUmakefile (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/NWGNUmakefile Wed Mar 21 16:18:54 2007
@@ -81,7 +81,7 @@
 			$(EOLIST)
 
 XLFLAGS		+= \
-		   	$(EOLIST)
+			$(EOLIST)
 endif
 
 ifeq "$(RELEASE)" "noopt"
@@ -95,7 +95,7 @@
 			$(EOLIST)
 
 XLFLAGS		+= \
-		   	$(EOLIST)
+			$(EOLIST)
 endif
 
 ifeq "$(RELEASE)" "release"
@@ -117,7 +117,7 @@
 # This is used by the link 'name' directive to name the nlm.  If left blank
 # TARGET_nlm (see below) will be used.
 #
-NLM_NAME		= mod_jk
+NLM_NAME	= mod_jk
 
 #
 # This is used by the link '-desc ' directive.
@@ -167,14 +167,14 @@
 #
 # If these are specified it will be used by the link '-flags' directive
 #
-NLM_FLAGS		=  AUTOUNLOAD, PSEUDOPREEMPTION
+NLM_FLAGS	= AUTOUNLOAD, PSEUDOPREEMPTION
 
 #
 # If this is specified it will be linked in with the XDCData option in the def
 # file instead of the default of $(NWOS)/apache.xdc.  XDCData can be disabled
 # by setting APACHE_UNIPROC in the environment
 #
-XDCDATA         =
+XDCDATA		=
 
 #
 # If there is an NLM target, put it here
@@ -223,7 +223,7 @@
 # These will be added as a library command in the link.opt file.
 #
 FILES_nlm_libs = \
-   	libcpre.o \
+	libcpre.o \
 	$(EOLIST)
 
 #



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