* Error in mtd/util/Makefile.am
@ 2002-07-28 21:54 Karim Yaghmour
0 siblings, 0 replies; only message in thread
From: Karim Yaghmour @ 2002-07-28 21:54 UTC (permalink / raw)
To: linux-mtd
There seems to be an error in the Makefile.am file for the utilities.
The instructions for building compr.c:
compr.o: compr.c
$(COMPILE) $(CFLAGS) $(INCLUDES) -Dprintk=printf -DKERN_NOTICE= -c -o $@ $<
should actually be:
compr.o: compr.c
$(COMPILE) $(CFLAGS) $(INCLUDES) -Dprintk=printf -DKERN_WARNING= -DKERN_NOTICE= -c -o $@ $<
There's a missing "-DKERN_WARNING=" which will result in a failed build.
Karim
===================================================
Karim Yaghmour
karim@opersys.com
Embedded and Real-Time Linux Expert
===================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-28 21:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-28 21:54 Error in mtd/util/Makefile.am Karim Yaghmour
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox