You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/07/19 01:32:12 UTC

cvs commit: httpd-2.0/build NWGNUtail.inc

bnicholes    2002/07/18 16:32:12

  Modified:    build    NWGNUtail.inc
  Log:
  Allow the makefiles to alter the screen name
  
  Revision  Changes    Path
  1.2       +5 -1      httpd-2.0/build/NWGNUtail.inc
  
  Index: NWGNUtail.inc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/NWGNUtail.inc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NWGNUtail.inc	1 Mar 2002 22:19:56 -0000	1.1
  +++ NWGNUtail.inc	18 Jul 2002 23:32:12 -0000	1.2
  @@ -20,6 +20,10 @@
   NLM_THREAD_NAME = $(NLM_NAME) Thread
   endif
   
  +ifndef NLM_SCREEN_NAME
  +NLM_SCREEN_NAME = Apache for NetWare
  +endif
  +
   #
   # Create dependency lists based on the files available
   #
  @@ -188,7 +192,7 @@
   else	
   	@echo -sym internal >> $@
   endif	
  -	@echo -screenname "Apache for NetWare" >> $@ 
  +	@echo -screenname "$(NLM_SCREEN_NAME)" >> $@ 
   ifneq "$(NLM_VERSION)" ""
   	@echo -nlmversion=$(NLM_VERSION) >> $@ 
   else