Bug 75665

Summary: make dist does only work for the default configuration
Product: [Applications] kdevelop Reporter: Sven Schmidt <sschmidt>
Component: Build tools: AutomakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sven Schmidt 2004-02-20 01:14:02 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    SuSE RPMs
Compiler:          gcc 3.3.1 (SuSE 9.0) 
OS:          Linux

kdev 3.0.1, IDEAL, simple c++ project

"make dist" soes onyl work for the "default" configuration. "debug" and "optimized" donĀ“t work, because kdev does not "make dist" in project/debug or project/optimized but always in project/src.

Regrads, Sven Schmidt
Comment 1 Amilcar do Carmo Lucas 2004-02-20 09:17:36 UTC
Do not use defaut configuration!!!!
Always use either "debug" or "optimized". Once you use default it will break the other two.

This is a duplicate.
Comment 2 Andreas Pakulat 2007-01-14 23:06:37 UTC
As Amilcar says this is a Dupe.

*** This bug has been marked as a duplicate of 75666 ***
Comment 3 Andreas Pakulat 2007-01-15 00:33:15 UTC
re-opening to close as fixed.
Comment 4 Andreas Pakulat 2007-01-15 00:34:07 UTC
There's no menu item to run make dist by default and creating one inside the automake manager does run make dist in the builddirectory and not the source directory.