Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 71985 invoked by uid 500); 18 Jul 2002 23:31:36 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 71973 invoked from network); 18 Jul 2002 23:31:36 -0000 Date: 18 Jul 2002 23:31:35 -0000 Message-ID: <20020718233135.7404.qmail@icarus.apache.org> From: bnicholes@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/build NWGNUtail.inc X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bnicholes 2002/07/18 16:31:35 Modified: build NWGNUtail.inc Log: Allow the makefiles to alter the screen name Revision Changes Path 1.2 +6 -1 apr/build/NWGNUtail.inc Index: NWGNUtail.inc =================================================================== RCS file: /home/cvs/apr/build/NWGNUtail.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- NWGNUtail.inc 1 Mar 2002 22:25:26 -0000 1.1 +++ NWGNUtail.inc 18 Jul 2002 23:31:35 -0000 1.2 @@ -20,6 +20,11 @@ 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 # @@ -190,7 +195,7 @@ else @echo -sym internal >> $@ endif - @echo -screenname "Apache for NetWare" >> $@ + @echo -screenname "$(NLM_SCREEN_NAME)" >> $@ ifneq "$(NLM_VERSION)" "" @echo -nlmversion=$(NLM_VERSION) >> $@ else