From owner-freebsd-commit Sat Feb 3 05:28:11 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28890 for freebsd-commit-outgoing; Sat, 3 Feb 1996 05:28:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28872 for cvs-all-outgoing; Sat, 3 Feb 1996 05:28:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28865 for cvs-bin-outgoing; Sat, 3 Feb 1996 05:28:06 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28833 Sat, 3 Feb 1996 05:27:56 -0800 (PST) Date: Sat, 3 Feb 1996 05:27:56 -0800 (PST) From: Joerg Wunsch Message-Id: <199602031327.FAA28833@freefall.freebsd.org> To: cvs-bin, CVS-committers Subject: cvs commit: src/bin/sh Makefile parser.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/03 05:27:56 Modified: bin/sh Makefile parser.c Log: Fix the borokeness that crept in with rev 1.10 of parser.c, the sh didn't correctly start background jobs anymore. Strange that nobody was complaining... Add a dummy target for `builtins' in the Makefile, to prevent it from attempting to build this file by compiling builtins.c. :-/ Revision Changes Path 1.9 +4 -1 src/bin/sh/Makefile 1.11 +2 -2 src/bin/sh/parser.c