Bug 75665 - make dist does only work for the default configuration
Summary: make dist does only work for the default configuration
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: 3.0.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 01:14 UTC by Sven Schmidt
Modified: 2007-01-15 00:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.