[CWB] [ cwb-Bugs-2845400 ] Possible bug in make clean (?)

SourceForge.net noreply at sourceforge.net
Mon Aug 31 23:42:06 CEST 2009


Bugs item #2845400, was opened at 2009-08-27 06:56
Message generated for change (Settings changed) made by andrewhardie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=722303&aid=2845400&group_id=131809

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation issues
Group: None
>Status: Closed
Resolution: None
Priority: 1
Private: No
Submitted By: Andrew Hardie (andrewhardie)
Assigned to: Nobody/Anonymous (nobody)
Summary: Possible bug in make clean (?)

Initial Comment:
The following four files are created by the Make process, but NOT removed by Make clean:

editline/config.status
editline/Makefile
editline/editline_config.h
cl/registry.tab.h

The first two are not in the svn; the latter two are, but perhaps ought not to be if they are autogenerated.


----------------------------------------------------------------------

Comment By: Andrew Hardie (andrewhardie)
Date: 2009-08-31 13:25

Message:
to fix as follows: cl/registry.tab.h on this line (part of realclean):
cl/Makefile: 137
	-$(RM) registry.tab.c registry.tab.c lex.creg.c
(will amend in my next commit)

Meanwhile, editline/Makefile.in does not have a realclean and its clean
only removes object files and libraries. So it would perhaps be better to
remove these files using an extra command in the cwb main-directory
Makefile's realclean.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=722303&aid=2845400&group_id=131809


More information about the CWB mailing list