Bug 2281

Summary: parallel make clean fails
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2235    

Description Andrew Cagney 2006-02-06 18:43:22 UTC
find . -name '*.Po' -exec cp /dev/null \{\} \;
rm -rf classes
...
rm -f frysk/gui/monitor/DynamicWidget.o
find: ./classes: No such file or directory
make[2]: *** [clean-local-po] Error 1
Comment 1 Andrew Cagney 2006-02-06 19:21:58 UTC
Index: common/ChangeLog
2006-02-06  Andrew Cagney  <cagney@redhat.com>

        * Makefile.gen.sh (GEN_DIRS): Don't add pkglibexecdir, and bindir.
        * Makefile.rules (clean-local-po): Limit to just GEN_DIRS.

builds