From: Chris Hanson Date: Thu, 3 May 2007 03:49:59 +0000 (+0000) Subject: "etc/c-bundle.sh" is now executable, so we can call it directly rather X-Git-Tag: 20090517-FFI~595 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=361b9fa55bdf90966c04f66aef0128b8101b4971;p=mit-scheme.git "etc/c-bundle.sh" is now executable, so we can call it directly rather than invoking it via the shell. --- diff --git a/v7/src/microcode/makegen/liarc-base-rules b/v7/src/microcode/makegen/liarc-base-rules index f3dedf858..d5a27c317 100644 --- a/v7/src/microcode/makegen/liarc-base-rules +++ b/v7/src/microcode/makegen/liarc-base-rules @@ -1,6 +1,6 @@ # -*- Makefile -*- # -# $Id: liarc-base-rules,v 1.2 2007/05/01 04:55:07 cph Exp $ +# $Id: liarc-base-rules,v 1.3 2007/05/03 03:49:54 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -32,4 +32,4 @@ unstackify.o: unstackify.c stackops.h $(LIARC_HEAD_FILES) compinit.c compinit.h: $(LIARC_SOURCES) Makefile rm -f $@ - sh ../etc/c-bundle.sh static compinit $(LIARC_SOURCES) + ../etc/c-bundle.sh static compinit $(LIARC_SOURCES) diff --git a/v7/src/microcode/makegen/makegen.scm b/v7/src/microcode/makegen/makegen.scm index 44fc7b5be..4c8c906a1 100644 --- a/v7/src/microcode/makegen/makegen.scm +++ b/v7/src/microcode/makegen/makegen.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: makegen.scm,v 1.21 2007/05/01 14:09:48 cph Exp $ +$Id: makegen.scm,v 1.22 2007/05/03 03:49:59 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -128,7 +128,6 @@ USA. (files+suffix files ".o") output) (write-command output - "$(SHELL)" "../etc/c-bundle.sh" "library" init-root