From owner-cvs-lib Sat Feb 11 22:28:23 1995 Return-Path: cvs-lib-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id WAA00186 for cvs-lib-outgoing; Sat, 11 Feb 1995 22:28:23 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id WAA00161; Sat, 11 Feb 1995 22:28:16 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA14934; Sun, 12 Feb 1995 17:15:30 +1100 Date: Sun, 12 Feb 1995 17:15:30 +1100 From: Bruce Evans Message-Id: <199502120615.RAA14934@godzilla.zeta.org.au> To: CVS-commiters@freefall.cdrom.com, cvs-lib@freefall.cdrom.com, phk@freefall.cdrom.com Subject: Re: cvs commit: src/lib/libss Makefile Sender: cvs-lib-owner@freebsd.org Precedence: bulk > Modified: lib/libss Makefile > Log: > Fix broken makefile. I think it would have been better to add the junk to CLEANFILES iff there is an obj directory. Now the junk is not removed if the make is aborted while the junk exists. It might be even better to strip the path prefix in mk_cmds so that the linking convolutions are not required for std_rqs.ct. compile_et already seems to strip the path prefix, so the linking convolutions are not required for ss_et.c. Bruce