Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#882 closed defect (fixed)

bootstrap -c deletes svn files

Reported by: tilp Owned by: Ralf Corsepius
Priority: normal Milestone: 2
Component: build Version: 4.6
Severity: major Keywords:
Cc: bugs@… Blocked By:
Blocking:

Description

Subversion maintains administrative sub-directorys throughout the project tree that contain files named by appending the original file name with a .svn-base suffix. When bootstrap executes with the clean option there's a find with a wildcard after bspopts.h that (unintentionally) globs the bspopts.h.in.svn-base files and removes them.

Release:
4.6.5

Environment:
PowerPC G4, Mac OSX 10.4.4, custom target

How-To-Repeat:
use bootstrap -c in an RTEMS project under svn

Change History (1)

comment:1 Changed on 02/01/06 at 14:11:35 by Ralf Corsepius

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: Should now be fixed on CVS trunk.

I haven't seen any auto-generated files in the source
tree other than bspopts.h.in so just replace * with .in

These would appear if building in source-tree and during
make dist/distcheck.

Note: See TracTickets for help on using tickets.