[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2011-01-18 Thread Matthias Pfafferodt

Follow-up Comment #10, bug #16380 (project freeciv):

would a similar patch be needed for the files generated from the tolua pkg
files (in ./server/scripting)?

___

Reply to this item at:

  

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2011-01-18 Thread Marko Lindqvist

Update of bug #16380 (project freeciv):

  Status:  Ready For Test => Fixed  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2011-01-12 Thread Marko Lindqvist

Update of bug #16380 (project freeciv):

  Status: In Progress => Ready For Test 
 Planned Release:   2.3.0 => 2.2.5, 2.3.0   

___

Follow-up Comment #6:

- Fixed to work when builddir != srcdir
- Remove also specenum_gen.h

(file #11816)
___

Additional Item Attachment:

File name: MaintClean_16380.diff  Size:2 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2011-01-11 Thread Marko Lindqvist

Update of bug #16380 (project freeciv):

Category:None => bootstrap  
  Status:None => In Progress
 Assigned to:None => cazfi  
 Planned Release: => 2.3.0  

___

Follow-up Comment #5:

I think that provided patch does correct thing.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2010-08-21 Thread pepeto

Follow-up Comment #4, bug #16380 (project freeciv):

> Is python truly needed for this?

Not for deleting, but for generating...


___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2010-08-21 Thread David Lowe

Follow-up Comment #3, bug #16380 (project freeciv):

I beg to differ: if i look at the file titled 'INSTALL' that comes with every
GNU package i've unpacked, i see the following beginning at line 62:

"To also remove the
 files that `configure' created (so you can compile the package for
 a different kind of computer), type `make distclean'.  There is
 also a `make maintainer-clean' target, but that is intended mainly
 for the package's developers.  If you use it, you may have to get
 all sorts of other programs in order to regenerate files that came
 with the distribution."

As i read it, no ordinary user should ever have to type `make
maintainer-clean'.  That is reinforced by the fact special tools would be
needed to repair the damage.  Thus, it seems likely that 'make distclean'
should delete client/packhand_gen.c and any similar files.  Is python truly
needed for this?  It seems a simple shell script could rm *_gen* in the build
directories.  Elsewise, i think python would still be needed to carry out the
task for the `make maintainer-clean' target...

Since GNU seems to be at odds with itself [and we aren't officially a GNU
project, anyway], maybe we should look past the letter of the law at the
intent.  I submit that when somebody types 'make distclean' they intend to
restore the project back the way it was before they initially typed
'./configure'.  It would be best if we could find a [preferably low impact]
way to make something like happen.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2010-08-20 Thread anonymous

Follow-up Comment #2, bug #16380 (project freeciv):

According to the The GNU Coding Standards, I think, the generated files are
not to be deleted by distclean, but by maintainerclean.

Quote from the standards:
‘maintainer-clean’
Delete almost everything that can be reconstructed with this Makefile.
This typically includes everything deleted by distclean, plus more: C source
files produced by Bison, tags tables, Info files, and so on.

Another quote:
You may need special tools to reconstruct some of the files that ‘make
maintainer-clean’ deletes.

Thus no configure check for python would be neccessary.

Here's a patch along those lines.

JHS

(file #9943)
___

Additional Item Attachment:

File name: maintainerclean-generated-files.diff Size:1 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2010-08-12 Thread pepeto

Update of bug #16380 (project freeciv):

  Status:  Ready For Test => None   


___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2010-08-07 Thread pepeto

Follow-up Comment #1, bug #16380 (project freeciv):

Attaching Marko's comment:
> Original reason for this was that python was not wanted to be
> requirement for building Freeciv (from release tarball,
> buildding directly from svn has different requirements). If this
> is changed, appropriate configure check for python should be
> added, as well as updating documentation.


___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make distclean'

2010-08-07 Thread pepeto

Update of bug #16380 (project freeciv):

 Summary: Generated files are not deleted by 'make >
distclean' => Generated files are not deleted by 'make distclean'


___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16380] Generated files are not deleted by 'make > distclean'

2010-08-07 Thread pepeto

URL:
  

 Summary: Generated files are not deleted by 'make >
distclean'
 Project: Freeciv
Submitted by: pepeto
Submitted on: samedi 07.08.2010 à 12:56
Category: None
Severity: 2 - Minor
Priority: 3 - Low
  Status: Ready For Test
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

Originally reported by JHS in bug #16003 (comment #5). Patch is here (file
#9149).





___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev