Bug 60682

Summary: The subprojects in the top directory are added twice (TOPSUBDIRS issue)
Product: [Applications] kdevelop Reporter: Sylvain Joyeux <doudou>
Component: Build tools: AutomakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sylvain Joyeux 2003-07-03 10:04:39 UTC
Version:           CVS of 02/07 (using KDE KDE 3.1.2)
Installed from:    Debian testing/unstable Packages
OS:          Linux

If the top Makefile.am uses the $(TOPSUBDIRS) variable, the autoproject shouldn't add the new subprojects to SUBDIRS=
Comment 1 Amilcar do Carmo Lucas 2003-07-03 10:13:02 UTC
Sylvain, thanks for all the nice bug reports!!! :)
You're doing a great job testing KDevelop!
Comment 2 Alexander Dymo 2003-12-15 21:52:59 UTC
Subject: kdevelop/buildtools/autotools

CVS commit by dymo: 

Do not add subdir to the SUBDIRS variable if TOPSUBDIRS is used. Also update subdirs file when adding/removing subprojects.
CCMAIL: 60682-done@bugs.kde.org


  M +20 -4     addexistingdirectoriesdlg.cpp   1.9
  M +20 -4     addsubprojectdlg.cpp   1.18
  M +35 -5     autosubprojectview.cpp   1.22