Bug 5118

Summary: xorg build expects RM to be defined in makefiles
Product: xorg Reporter: Eric Anholt <eric>
Component: Build/ModularAssignee: Eric Anholt <eric>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: high    
Version: git   
Hardware: Other   
OS: FreeBSD   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 1690    
Attachments:
Description Flags
us rm -f instead of $(RM) to fix build with bsd make. alan.coopersmith: 6.9/7.0+

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.