[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#21607: marked as done (byacc: Superfluous files break build process)



Your message dated Fri, 24 Apr 1998 20:04:41 +0200 (GMT+0200)
with message-id <[🔎] Pine.LNX.3.95.980424200340.18297C-100000@odin.waw.com>
and subject line Bug#21607: byacc: Superfluous files break build process
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 24 Apr 1998 13:18:35 +0000
Received: (qmail 11787 invoked from network); 24 Apr 1998 13:18:35 -0000
Received: from mdorman.law.miami.edu (qmailr@129.171.186.12)
  by debian.novare.net with SMTP; 24 Apr 1998 13:18:35 -0000
Received: (qmail 31632 invoked by uid 1000); 24 Apr 1998 12:19:10 -0000
Date: 24 Apr 1998 12:19:10 -0000
Message-ID: <[🔎] 19980424121910.31631.qmail@mdorman.law.miami.edu>
From: Michael Alan Dorman <mdorman@law.miami.edu>
Subject: byacc: Superfluous files break build process
To: submit@bugs.debian.org
X-Mailer: bug 3.1.2

Package: byacc
Version: N/A

The following patch makes the clean target in debian/rules remove some
superfluous files that can interfere with the build process on other
architectures.

--- rules~	Fri Apr 24 07:52:17 1998
+++ rules	Fri Apr 24 07:56:48 1998
@@ -13,7 +13,7 @@
 
 clean:
 	-make clean
-	-rm -rf debian/tmp yacc
+	-rm -rf debian/tmp yacc debian/files debian/substvars
 
 binary: binary-indep binary-arch
 


-- System Information
Debian Release: 2.0 (frozen)
Kernel Version: Linux mdorman 2.0.34 #1 Wed Apr 22 15:08:01 EDT 1998 alpha unknown


--
To UNSUBSCRIBE, email to debian-qa-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: