Re: patch to parted-1.7.1
Hi Samuel,
Is it ok if I manipulate this part of the s390.dpatch as given below. Or should I have to apply the dpatch to the code, make necessary changes in configure.ac to include AM_CONDITIONAL, make changes in libparted/labels/Makefile.am and generate dpatch again?
diff -urNad parted-1.7.1~/libparted/labels/Makefile.am parted-1.7.1/libparted/labels/Makefile.am
--- parted-1.7.1~/libparted/labels/Makefile.am 2006-05-30 20:22:24.000000000 +0200
+++ parted-1.7.1/libparted/labels/Makefile.am 2006-05-09 05:48:22.000000000 +0200
@@ -20,7 +20,11 @@
loop.c \
mac.c \
pc98.c \
- sun.c
+ if test "$OS" = gnu; then
+ else
+ sun.c \
+ s390.c
+ fi
--
Thanks and regards,
Madhusudan.C.S
Blogs at: www.madhusudancs.info
Reply to: