Bug 500927 - MKDIR definition in agent/Makefile.inc may conflict with VxWorks definition
Summary: MKDIR definition in agent/Makefile.inc may conflict with VxWorks definition
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.5   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-06 10:47 EDT by Jean-Michel Pedrono CLA
Modified: 2017-05-19 05:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Michel Pedrono CLA 2016-09-06 10:47:00 EDT
agent/Makefile.inc defines MKDIR macro.
However, if this macro is already defined which is the case for VxWorks build rules, this may cause unexpected failures.
Comment 1 Jean-Michel Pedrono CLA 2016-09-06 10:57:53 EDT
Fix proposal pushed to Gerrit : https://git.eclipse.org/r/#/c/80497/
Comment 2 Eugene Tarassov CLA 2016-09-06 13:54:35 EDT
Submitted.
Thanks!
Comment 3 Eclipse Genie CLA 2016-09-06 16:51:08 EDT
New Gerrit change created: https://git.eclipse.org/r/80497
Comment 5 Jean-Michel Pedrono CLA 2016-09-07 03:25:06 EDT
Thanks!