linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] aic7xxx/aicasm makefile - fix make clean
@ 2003-02-16 19:32 Sam Ravnborg
  2003-02-18 20:50 ` Justin T. Gibbs
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Ravnborg @ 2003-02-16 19:32 UTC (permalink / raw)
  To: Justin T. Gibbs, linux-kernel, Linus Torvalds

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=) $<

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] aic7xxx/aicasm makefile - fix make clean
  2003-02-16 19:32 [PATCH] aic7xxx/aicasm makefile - fix make clean Sam Ravnborg
@ 2003-02-18 20:50 ` Justin T. Gibbs
  0 siblings, 0 replies; 2+ messages in thread
From: Justin T. Gibbs @ 2003-02-18 20:50 UTC (permalink / raw)
  To: Sam Ravnborg, linux-kernel, Linus Torvalds

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

I just renamed CLEANFILES to clean-files and added $(PROG) to it.  It
should do the same thing.

--
Justin


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-18 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-16 19:32 [PATCH] aic7xxx/aicasm makefile - fix make clean Sam Ravnborg
2003-02-18 20:50 ` Justin T. Gibbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).