Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2011 00:36:07 GMT
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/155737: [patch] reaper of the dead: remove OBJFORMAT variable in share/mk/sys.mk
Message-ID:  <201103210036.p2L0a77U092756@red.freebsd.org>
Resent-Message-ID: <201103210040.p2L0e1l3089881@freefall.freebsd.org>

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

>Number:         155737
>Category:       conf
>Synopsis:       [patch] reaper of the dead: remove OBJFORMAT variable in share/mk/sys.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 21 00:40:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
There appears to be a variable added by ru@ in r94940 that is no longer used by source or ports in share/mk/sys.mk
This patch removes said variable.

Filed under conf/ because it affects a .mk file. Feel free to re-categorize.
>How-To-Repeat:
 
>Fix:
Index: sys.mk
===================================================================
--- sys.mk      (revision 219789)
+++ sys.mk      (working copy)
@@ -360,10 +360,6 @@
 .SHELL: path=${__MAKE_SHELL}
 .endif
 
-# Default executable format
-# XXX hint for bsd.port.mk
-OBJFORMAT?=    elf
-
 # Toggle on warnings
 .WARN: dirsyntax
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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