Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 96 04:24:50 PST
From:      obrien@cs.ucdavis.edu (David E. O'Brien)
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/999: /usr/share/mk/sys.mk missing common $(RM) macro
Message-ID:  <9602071224.AA29798@toadflax.cs.ucdavis.edu>
Resent-Message-ID: <199602071230.EAA24856@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         999
>Category:       bin
>Synopsis:       /usr/share/mk/sys.mk missing common $(RM) macro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb  7 04:30:01 PST 1996
>Last-Modified:
>Originator:     David E. O'Brien
>Organization:
University of California, Davis
>Release:        FreeBSD 2.1.0-RELEASE i386
>Environment:

	

>Description:

	Suggest adding RM macro ``RM ?= rm -f'' to /usr/share/mk/sys.mk.
	This is for added compatiblity with other makes (aleaviates the need
	for gmake in some cases).  Other make's that have this macro are SunOS,
	Solaris, GNU, Ultrix 4.3,


>How-To-Repeat:

	Makefile
	~~~~~~~~
	clean:
		$(RM) a.out *.o *.bak

>Fix:
	
	

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9602071224.AA29798>