diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-09-22 08:16:14 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-09-22 08:16:14 +0000 |
commit | 7e93f525c260f86c172879fa9ef7a4fc1c2e89e1 (patch) | |
tree | ef719429b557ae1c66387b838cc503c80e150dc6 /sys-block/smp_utils/files | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-7e93f525c260f86c172879fa9ef7a4fc1c2e89e1.tar.gz gentoo-2-7e93f525c260f86c172879fa9ef7a4fc1c2e89e1.tar.bz2 gentoo-2-7e93f525c260f86c172879fa9ef7a4fc1c2e89e1.zip |
Version bump. Removed old
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-block/smp_utils/files')
-rw-r--r-- | sys-block/smp_utils/files/smp_utils-0.96-make.patch | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/sys-block/smp_utils/files/smp_utils-0.96-make.patch b/sys-block/smp_utils/files/smp_utils-0.96-make.patch deleted file mode 100644 index 5adcce429f0f..000000000000 --- a/sys-block/smp_utils/files/smp_utils-0.96-make.patch +++ /dev/null @@ -1,75 +0,0 @@ ---- smp_utils-0.96.orig/Makefile -+++ smp_utils-0.96/Makefile -@@ -39,15 +39,11 @@ - - INCLUDES = -I include - --# may be overridden by 'make -e' --CFLAGS = -g -O2 -- - MY_CFLAGS = -Wall -W $(EXTRA_FLAGS) - # MY_CFLAGS = -Wall -W -pedantic -std=c99 $(EXTRA_FLAGS) - - CFLAGS_PTHREADS = -D_REENTRANT - --LDFLAGS = - # LDFLAGS = -v -lm - - # $(SDIRS): -@@ -65,8 +61,8 @@ - sub_sgv4: - cd sgv4 && $(MAKE) - --libsmp.a : sub_mpt sub_sgv4 smp_lib.o smp_interface_sel.o -- ar r libsmp.a smp_lib.o smp_interface_sel.o mpt/smp_mptctl_io.o \ -+libsmp.a: sub_mpt sub_sgv4 smp_lib.o smp_interface_sel.o -+ $(AR) $(ARFLAGS) libsmp.a smp_lib.o smp_interface_sel.o mpt/smp_mptctl_io.o \ - sgv4/smp_sgv4_io.o - - depend dep: -@@ -167,15 +163,14 @@ - smp_rep_self_conf_stat: smp_rep_self_conf_stat.o libsmp.a - $(LD) -o $@ $(LDFLAGS) $^ - --install: $(EXECS) -+install: - install -d $(INSTDIR) -- for name in $^; \ -+ for name in $(EXECS); \ - do install -m 755 $$name $(INSTDIR); \ - done - install -d $(MANDIR)/$(MAN_PREF) - for mp in $(MAN_PGS); \ - do install -m 644 doc/$$mp $(MANDIR)/$(MAN_PREF); \ -- gzip -9f $(MANDIR)/$(MAN_PREF)/$$mp; \ - done - - uninstall: ---- smp_utils-0.96.orig/mpt/Makefile -+++ smp_utils-0.96/mpt/Makefile -@@ -18,10 +18,9 @@ - INCLUDES = -I ../include - - # CFLAGS = -O2 -Wall -W $(EXTRA_FLAGS) --CFLAGS = -g -O2 -Wall -W $(EXTRA_FLAGS) -+CFLAGS += -Wall -W $(EXTRA_FLAGS) - # CFLAGS = -g -O2 -Wall -W -pedantic -std=c99 $(EXTRA_FLAGS) - --LDFLAGS = - # LDFLAGS = -v -lm - - .c.o: ---- smp_utils-0.96.orig/sgv4/Makefile -+++ smp_utils-0.96/sgv4/Makefile -@@ -21,10 +21,9 @@ - # INCLUDES = -I ../include -idirafter ../include/dummy - - # CFLAGS = -O2 -Wall -W $(EXTRA_FLAGS) --CFLAGS = -g -O2 -Wall -W $(EXTRA_FLAGS) -+CFLAGS += -Wall -W $(EXTRA_FLAGS) - # CFLAGS = -O2 -Wall -W -pedantic -std=c99 $(EXTRA_FLAGS) - --LDFLAGS = - # LDFLAGS = -v -lm - - .c.o: |