Bug 5118 - xorg build expects RM to be defined in makefiles
Summary: xorg build expects RM to be defined in makefiles
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Modular (show other bugs)
Version: git
Hardware: Other FreeBSD
: high major
Assignee: Eric Anholt
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1690
  Show dependency treegraph
 
Reported: 2005-11-22 07:43 UTC by Eric Anholt
Modified: 2005-11-21 18:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
us rm -f instead of $(RM) to fix build with bsd make. (777 bytes, patch)
2005-11-22 07:44 UTC, Eric Anholt
alan.coopersmith: 6.9/7.0+
Details | Splinter Review

Description Eric Anholt 2005-11-22 07:43:22 UTC
The ioport dir is expecting $(RM) to be the rm command, but that isn't defined
by default for bsd make (while I'm assuming it is for others).  Attached is a
patch to just use rm -f, which I'm assuming is safe.  I guess the alternative
would be some configure.ac change.
Comment 1 Eric Anholt 2005-11-22 07:44:03 UTC
Created attachment 3864 [details] [review]
us rm -f instead of $(RM) to fix build with bsd make.
Comment 2 Alan Coopersmith 2005-11-22 10:24:29 UTC
Comment on attachment 3864 [details] [review]
us rm -f instead of $(RM) to fix build with bsd make.

Approved.  Please commit.
Comment 3 Eric Anholt 2005-11-22 13:07:54 UTC
Committed.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.