8153cdc drop superfluous call of headers_check

1 file Authored by peb 10 years ago, Committed by jwboyer 10 years ago,
1 file changed. 0 lines added. 9 lines removed.
    drop superfluous call of headers_check
    
    headers_check is run twice when building the kernel rpms.
    
    CONFIG_HEADERS_CHECK is already set to "y" in config-generic. But there
    are also a few lines in kernel.spec where headers_check is invoked again.
    
    Also
    
        grep -q exist hdrwarnings.txt
    
    will never match as errors aren't redirected to hdrwarnings.txt
    
        
file modified
+0 -9