* multipath-tools/path_priority/pp_tpc Makefile
@ 2008-05-06 21:44 bmarzins
0 siblings, 0 replies; only message in thread
From: bmarzins @ 2008-05-06 21:44 UTC (permalink / raw)
To: dm-cvs, dm-devel
CVSROOT: /cvs/dm
Module name: multipath-tools
Branch: RHEL4_FC5
Changes by: bmarzins@sourceware.org 2008-05-06 21:44:04
Modified files:
path_priority/pp_tpc: Makefile
Log message:
compile pp_tpc with debugging.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_tpc/Makefile.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=1.1.4.1&r2=1.1.4.2
--- multipath-tools/path_priority/pp_tpc/Makefile 2007/07/23 21:37:10 1.1.4.1
+++ multipath-tools/path_priority/pp_tpc/Makefile 2008/05/06 21:44:04 1.1.4.2
@@ -5,6 +5,8 @@
TOPDIR = ../..
include $(TOPDIR)/Makefile.inc
+CFLAGS = -pipe -g -O2 -Wall -Wunused -Wstrict-prototypes
+
all: $(BUILD)
glibc: $(OBJS)
@@ -20,3 +22,6 @@
rm $(DESTDIR)$(bindir)/$(EXEC)
clean:
rm -f *.o $(EXEC)
+
+%.o: %.c
+ $(CC) $(CFLAGS) -c -o $@ $<
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-06 21:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 21:44 multipath-tools/path_priority/pp_tpc Makefile bmarzins
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.