From owner-freebsd-bugs Sat Jul 15 14:30: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0174F37B7F3 for ; Sat, 15 Jul 2000 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA97888; Sat, 15 Jul 2000 14:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C01F437B7E1; Sat, 15 Jul 2000 14:21:11 -0700 (PDT) Message-Id: <20000715212111.C01F437B7E1@hub.freebsd.org> Date: Sat, 15 Jul 2000 14:21:11 -0700 (PDT) From: nm@web.am To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19957: request for static linked make Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19957 >Category: bin >Synopsis: request for static linked make >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 14:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gaspar Chilingarov >Release: 5.0-current >Organization: WEB Ltd., http://www.web.am >Environment: >Description: Because i'm using -current version i frequently get corrupted libc - so the one way to avoid this problem is to put /dev/ad :) in other computer mount it there and overwrite with old working version . i have suggestion to have /*also*/ staticaly linked make to use it in case when make fails to load . here it is a small patch to be plased in /usr/src/usr.bin/make.static if you find this useless you can close pr without confirming with me. >How-To-Repeat: hmm .... cat /etc/tty > /usr/bin/libc.so :) do not forget to remove schg flag :) >Fix: PROG= make.static NOSHARED=yes .PATH: ${.CURDIR}/../make CFLAGS+= -I${.CURDIR}/../make SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ make.c parse.c str.c suff.c targ.c var.c util.c SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \ lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \ lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \ lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c .PATH: ${.CURDIR}/../make/lst.lib NOMAN=yes .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message