Bug 60682 - The subprojects in the top directory are added twice (TOPSUBDIRS issue)
Summary: The subprojects in the top directory are added twice (TOPSUBDIRS issue)
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: git master
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-03 10:04 UTC by Sylvain Joyeux
Modified: 2003-12-15 21:52 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 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