Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2001 19:00:21 +0300
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        markm@FreeBSD.org
Cc:        current@FreeBSD.org
Subject:   core(5) implementation using perl(1)
Message-ID:  <3ADF0B95.42E19625@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------0C1B441EC7CD1958B55D2237
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit

Hi,

Attached script forces perl(1) to dump core, which isn't a good
behaviour IMO (tested on 5-CURRENT and 4.3-RC).

-Maxim

--------------0C1B441EC7CD1958B55D2237
Content-Type: text/plain; charset=koi8-r;
 name="killperl"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="killperl"

#!/bin/sh

perl -pi -e "s|make|\$\{MAKE\}|g ;                                       s|^INCPATH=.*|INCPATH=-I/usr/local/include -I/usr/local/include/SDL11 -D_REENTRANT| ;       s|^LIBS=.*|LIBS=-L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -lc_r -lm -L/usr/local/lib -lesd -laudiofile -lm -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga -lXv -lvga -lvgl -laa|" foobar


--------------0C1B441EC7CD1958B55D2237--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ADF0B95.42E19625>