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 79121 - Generation of Makefile-<config>.mk without 'Build'
Summary: Generation of Makefile-<config>.mk without 'Build'
Status: CLOSED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 18:03 UTC by dnikitin
Modified: 2007-11-23 17:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dnikitin 2006-06-26 18:03:19 UTC
Generation of Makefile-<config>.mk without 'Build' 

Now when I change property of the project I should build project in order to
generate new Makefile-<config>.mk file.


I want change property of project (add new flags and options) and run Makefile
from command line.
Now I can not do it, because I need Makefile-<conf>.mk which is generated only
after Build.
Comment 1 Thomas Preisler 2006-06-26 23:16:11 UTC
The observation is true. Perhaps I should change it so it gets saved when you
save the properties.
Comment 2 Thomas Preisler 2007-05-25 00:37:43 UTC
Makefile-<config>.mk is generated and you shouldn't hand-modify it. You can
always add your changes to the 'master' makefile which doesn't get overridden
every time you build the projects. But your are right, the .mk makefiles may not
be available until you have built the project from the IDE, but the creation is
done at build time for performance reasons.