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 253382 - IDE can't recognize "gmake && gmake test" command in "Build|Make|Build Command" text field
Summary: IDE can't recognize "gmake && gmake test" command in "Build|Make|Build Comman...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-09 14:01 UTC by soldatov
Modified: 2015-09-09 09:33 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 soldatov 2015-07-09 14:01:30 UTC
In "C/C++ Project with Existing Sources" projects I think IDE must recognize such commands in "Build|Make|Build Command" field:

${MAKE} -f Makefile && ${MAKE} -f Makefile test
gmake && gmake test

Workaround:
sh -c "gmake && gmake test"