Bug 4727

Summary: KBUILD_VERBOSE exported twice in $(srcdir)/Makefile
Product: Other Reporter: Ken Morgan (kemorgan)
Component: ConfigurationAssignee: Sam Ravnborg (sam)
Status: CLOSED CODE_FIX    
Severity: low    
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.11.11 Subsystem:
Regression: --- Bisected commit-id:
Attachments: Patch to remove bogus export of KBUILD_VERBOSE

Description Ken Morgan 2005-06-09 20:40:35 UTC
Distribution: n/a
Hardware Environment: n/a
Software Environment: n/a
Problem Description: Line 276 of Makefile.  KBUILD_VERBOSE was already exported.

Steps to reproduce: n/a
Comment 1 Sam Ravnborg 2005-07-26 23:11:44 UTC
Created attachment 5377 [details]
Patch to remove bogus export of KBUILD_VERBOSE
Comment 2 Sam Ravnborg 2005-09-10 06:17:49 UTC
Fixed in latest -git tree. Atached patch has been applied.