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 189853 - build.c breaks build
Summary: build.c breaks build
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 14:46 UTC by nnnnnk
Modified: 2014-04-14 14:31 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 nnnnnk 2010-08-25 14:46:19 UTC
Create new C Application.
Add "build.c" file.
Clean & Build:
----------
cc     build.c .build-post   -o build
cc: .build-post: No such file or directory
make: *** [build] Error 1

BUILD FAILED (exit value 2, total time: 1s)
----------
Comment 1 Thomas Preisler 2010-09-27 19:52:58 UTC
Confirmed. happens only with gmake and only if tries to build a file that matches the first target in Makefile (which is 'build').