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 148613 - wrong command to execute Makefile on remote host
Summary: wrong command to execute Makefile on remote host
Status: RESOLVED DUPLICATE of bug 148552
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-29 13:21 UTC by Alexey Vladykin
Modified: 2008-09-29 14:17 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 Alexey Vladykin 2008-09-29 13:21:59 UTC
Steps to reproduce:
1) Add remote host where "make" command is not available, but "gmake" or "dmake" is present.
2) Create new project using this remote host.
3) Select Important Files->Makefile and click "Make Clean" is context menu.
4) Observe error in the output window:
Running "make -f Makefile " in /home/av/Welcome_1
bash: make: command not found
make failed. Exit value 127.

Cleaning and building the same project using project context menu works correctly, i.e. uses correct make tool for
remote host.
Comment 1 soldatov 2008-09-29 13:33:47 UTC
It is very old bug. See issue 111811 for example.
Comment 2 Alexey Vladykin 2008-09-29 14:17:27 UTC

*** This issue has been marked as a duplicate of 148552 ***