Bug 62359 - Mr. Proper can't clean
Summary: Mr. Proper can't clean
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.3
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Ben LaHaise
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-30 06:42 UTC by Chris Ricker
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-03-30 08:20:22 UTC
Embargoed:


Attachments (Terms of Use)

Description Chris Ricker 2002-03-30 06:42:59 UTC
This problem is with 2.4.18-0.12.

make mrproper doesn't work.  When I cd to /usr/src/linux-2.4.18-0.12 and do a
sudo make mrproper, I get back:

<snip>
rm -f  parport-share.png  parport-multi.png  parport-structure.png 
parport-share.eps  parport-multi.eps  parport-structure.eps
rm -f procfs_example.sgml
make[1]: Leaving directory `/usr/src/linux-2.4.18-0.12/Documentation/DocBook'
make -C ulib clean
make: *** ulib: No such file or directory.  Stop.
make: *** [clean] Error 2


The problem is that ulib really doesn't exist, so all the references to it in
the Makefile are wrong.

Comment 1 Arjan van de Ven 2002-03-30 08:20:17 UTC
Ben: did you add the ulib dir to the %files of kernel-source ?

Comment 2 Ben LaHaise 2002-03-31 21:51:53 UTC
Added to cvs.  Should be fixed in 0.13+.


Note You need to log in before you can comment on or make changes to this bug.