Bug 232510

Summary: make distcheck fails
Product: [Developer tools] valgrind Reporter: lool <lool>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal CC: mark
Priority: NOR    
Version: 3.6 SVN   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Fix srcdir != builddir for default.supp generation

Description lool@dooz.org 2010-03-28 21:51:26 UTC
Created attachment 42322 [details]
Fix srcdir != builddir for default.supp generation

Hey

make distcheck fails; the first issue it encounters is that the cat to generate default.supp is run with srcdir != builddir, and the second issue is with glibc-2.X.supp which isn't dist-ed because it's generated from the .in.

I'm attaching my initial patch for the first issue, not sure how to deal with the second one cleanly.

Thanks,
Comment 2 Mark Wielaard 2014-05-09 16:29:31 UTC
valgrind r13950 makes distcheck happy now.