* [TRIVIAL] aic7xxx/Makefile fix
@ 2002-08-28 21:21 junio
0 siblings, 0 replies; only message in thread
From: junio @ 2002-08-28 21:21 UTC (permalink / raw)
To: linux-kernel; +Cc: trivial
Patch against 2.4.19. If you are in a (good) habit of making
all the upstream sources read-only before starting your build,
generation of the firmware code fails because it tries to write
into read-only files. This bites only in configurations where
CONFIG_AIC7XXX_BUILD_FIRMWARE is set to 'y'.
--- 2.4.19/drivers/scsi/aic7xxx/Makefile 2002-08-02 10:48:53.000000000 -0700
+++ 2.4.19/drivers/scsi/aic7xxx/Makefile 2002-08-28 14:14:31.000000000 -0700
@@ -39,6 +39,7 @@
$(obj-aic7xxx): aic7xxx_reg.h
aic7xxx_seq.h aic7xxx_reg.h: aic7xxx.seq aic7xxx.reg aicasm/aicasm
+ rm -f aic7xxx_seq.h aic7xxx_reg.h
aicasm/aicasm -I. -r aic7xxx_reg.h -o aic7xxx_seq.h aic7xxx.seq
endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-08-28 21:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-28 21:21 [TRIVIAL] aic7xxx/Makefile fix junio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox