Bug 62359

Summary: Mr. Proper can't clean
Product: [Retired] Red Hat Linux Reporter: Chris Ricker <chris.ricker>
Component: kernelAssignee: Ben LaHaise <bcrl>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-03-30 08:20:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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+.