From owner-cvs-src@FreeBSD.ORG Thu Jan 25 23:12:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8F2916A401; Thu, 25 Jan 2007 23:12:19 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B331413C44B; Thu, 25 Jan 2007 23:12:19 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0PNCJam068290; Thu, 25 Jan 2007 23:12:19 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0PNCJNs068286; Thu, 25 Jan 2007 23:12:19 GMT (envelope-from peter) Message-Id: <200701252312.l0PNCJNs068286@repoman.freebsd.org> From: Peter Wemm Date: Thu, 25 Jan 2007 23:12:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/objformat Makefile objformat.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 23:12:19 -0000 peter 2007-01-25 23:12:19 UTC FreeBSD src repository Added files: usr.bin/objformat Makefile objformat.sh Log: Bah. Kris says the default-to-a.out knowledge has migrated into the official gnu configure scripts and a couple of other places. Add an example noisy, loud and annoying placeholder for /usr/bin/objformat if it turns out to too much trouble to be gone. It is not connected to the build yet. Revision Changes Path 1.20 +7 -0 src/usr.bin/objformat/Makefile (new) 1.1 +26 -0 src/usr.bin/objformat/objformat.sh (new)