You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Richard Lloyd <rk...@connect.org.uk> on 1998/07/15 16:08:07 UTC

general/2624: make clean leaves two files behind that should be cleaned

>Number:         2624
>Category:       general
>Synopsis:       make clean leaves two files behind that should be cleaned
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          change-request
>Submitter-Id:   apache
>Arrival-Date:   Wed Jul 15 07:10:01 PDT 1998
>Last-Modified:
>Originator:     rkl@connect.org.uk
>Organization:
apache
>Release:        1.3.0
>Environment:
HP-UX B.10.20 A 9000/777 2011764956 two-user license
using HP's ANSI C compiler
>Description:
src/regex/regcomp.ih and src/regex/regerror.ih are not cleaned during
a "make clean" and yet they are generated during a build via the mkh command.
"make clean" should delete them.
>How-To-Repeat:
./configure
make
make clean
Look in src/regex for the two files regcomp.ih and regerror.ih
>Fix:
Change line 136 of src/regex/Makefile.tmpl to:

	rm -f *.o *.s re libregex.a regcomp.ih regerror.ih
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]