This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 124442 - Reference to ACTIVECONF should be removed from Makefile-impl.mk
Summary: Reference to ACTIVECONF should be removed from Makefile-impl.mk
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-25 18:26 UTC by dnikitin
Modified: 2008-02-27 13:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dnikitin 2007-12-25 18:26:26 UTC
in the last line of Makefile-impl.mk there is a reference to ACTIVECONF.

"The active configuration (${ACTIVECONF}) is being used if the configuration is not specified." 
It's not true. See bug101924

This string should be changed or removed.
Comment 1 Thomas Preisler 2008-02-25 22:37:09 UTC
Fixed.
Comment 2 Thomas Preisler 2008-02-25 22:39:56 UTC
Fixed.
changeset:   69747:3b496f8dadad
tag:         tip
user:        Thomas Preisler <thp@netbeans.org>
date:        Mon Feb 25 14:38:00 2008 -0800
summary:     124442 Reference to ACTIVECONF should be removed from Makefile-impl.mk

Comment 3 dnikitin 2008-02-27 13:20:04 UTC
Verified in NetBeans IDE Dev (Build 200802270005)