Bug 2281 - parallel make clean fails
Summary: parallel make clean fails
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-02-06 18:43 UTC by Andrew Cagney
Modified: 2006-02-06 19:21 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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