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>
index | next in thread | raw e-mail
[-- Attachment #1 --]
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
[-- Attachment #2 --]
#!/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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ADF0B95.42E19625>
