Bug 5116

Summary: make dep fails in /usr/src/linux-2.2.12/drivers/zorro
Product: [Retired] Red Hat Linux Reporter: Phil Wilshire <philwil>
Component: kernelcfgAssignee: Cristian Gafton <gafton>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1   
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: 1999-09-20 12:10:24 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 Phil Wilshire 1999-09-13 22:31:53 UTC
make dep fails
make[4]: Entering directory
`/usr/src/linux-2.2.12/drivers/zorro'
/usr/src/linux-2.2.12/scripts/mkdep proc.c zorro.c
zorrosyms.c > .depend
make[4]: Leaving directory
`/usr/src/linux-2.2.12/drivers/zorro'
make -C fc4 fastdep
make[4]: Entering directory
`/usr/src/linux-2.2.12/drivers/fc4'
Makefile:10: ../../.config: No such file or directory
make[4]: *** No rule to make target `../../.config'.  Stop.

The system falls back into make config even after a make
menuconfig has run

Comment 1 Cristian Gafton 1999-09-20 12:10:59 UTC
you need to runa make config or make oldconfig first