mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: "Justin T. Gibbs" <gibbs@scsiguy.com>,
	linux-kernel@vger.kernel.org,
	Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH] aic7xxx/aicasm makefile - fix make clean
Date: Sun, 16 Feb 2003 20:32:29 +0100	[thread overview]
Message-ID: <20030216193229.GA22723@mars.ravnborg.org> (raw)

The latest change to aic7xxx/aicasm/makefile broke make clean.
The following patch re-enable "make-clean" and keep the clean: target.

	Sam

===== drivers/scsi/aic7xxx/aicasm/Makefile 1.8 vs edited =====
--- 1.8/drivers/scsi/aic7xxx/aicasm/Makefile	Tue Dec 10 20:02:52 2002
+++ edited/drivers/scsi/aic7xxx/aicasm/Makefile	Sun Feb 16 20:29:45 2003
@@ -45,8 +45,9 @@
 		echo "*** Install db development libraries";	\
 	 fi
 
+clean-files := $(CLEANFILES) $(PROG)
 clean:
-	rm -f $(CLEANFILES) $(PROG)
+	rm -f $(clean-files)
 
 aicasm_gram.c aicasm_gram.h: aicasm_gram.y
 	$(YACC) $(YFLAGS) -b $(<:.y=) $<

             reply	other threads:[~2003-02-16 19:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-16 19:32 Sam Ravnborg [this message]
2003-02-18 20:50 ` Justin T. Gibbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030216193229.GA22723@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=gibbs@scsiguy.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®