picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit fa39adbe10f900543dbeb0a69b02a0253e741f8e
parent 605115d24a7ce9196c458083bcc45188172a5b16
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon,  5 Nov 2012 15:49:35 +0100

And also 'strip' for Darwin in pil32
Diffstat:
Msrc/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile b/src/Makefile @@ -1,4 +1,4 @@ -# 07feb12abu +# 05nov12abu # 27feb08rdo # (c) Software Lab. Alexander Burger @@ -47,7 +47,7 @@ ifeq ($(shell uname), Darwin) PICOLISP-FLAGS = -m32 LIB-FLAGS = -lc -lm -ldl DYNAMIC-LIB-FLAGS = -m32 -dynamiclib -undefined dynamic_lookup - STRIP = : + STRIP = strip -x else ifeq ($(shell uname -o), Cygwin) OS = Cygwin