diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-11 14:11:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-11 14:11:20 +0000 |
commit | 7cc40136481b1a4358ef8b775ae611a8c8d66967 (patch) | |
tree | c491a75cf6fefa38188697ea13a82abafacdd933 /sys-fs/xfsdump | |
parent | Initial import from bug #136025 (diff) | |
download | gentoo-2-7cc40136481b1a4358ef8b775ae611a8c8d66967.tar.gz gentoo-2-7cc40136481b1a4358ef8b775ae611a8c8d66967.tar.bz2 gentoo-2-7cc40136481b1a4358ef8b775ae611a8c8d66967.zip |
cleanup/document patch
(Portage version: 2.1)
Diffstat (limited to 'sys-fs/xfsdump')
-rw-r--r-- | sys-fs/xfsdump/files/xfsdump-2.2.33-Makefile-deps.patch | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/sys-fs/xfsdump/files/xfsdump-2.2.33-Makefile-deps.patch b/sys-fs/xfsdump/files/xfsdump-2.2.33-Makefile-deps.patch index ce5b2af53d02..6bb6394c23f8 100644 --- a/sys-fs/xfsdump/files/xfsdump-2.2.33-Makefile-deps.patch +++ b/sys-fs/xfsdump/files/xfsdump-2.2.33-Makefile-deps.patch @@ -1,24 +1,25 @@ -diff -Nuar --exclude '*~' xfsdump-2.2.33.orig/dump/Makefile xfsdump-2.2.33/dump/Makefile ---- xfsdump-2.2.33.orig/dump/Makefile 2006-01-11 21:06:47.000000000 -0800 -+++ xfsdump-2.2.33/dump/Makefile 2006-06-11 05:08:10.187705660 -0700 +Fix parallel build + +http://bugs.gentoo.org/136373 + +--- xfsdump-2.2.33/dump/Makefile ++++ xfsdump-2.2.33/dump/Makefile @@ -106,3 +106,5 @@ $(INVINCL) $(INVCOMMON): @$(RM) $@; $(LN_S) ../inventory/$@ $@ + +$(LOCALS): $(LINKS) -diff -Nuar --exclude '*~' xfsdump-2.2.33.orig/invutil/Makefile xfsdump-2.2.33/invutil/Makefile ---- xfsdump-2.2.33.orig/invutil/Makefile 2006-01-11 21:06:48.000000000 -0800 -+++ xfsdump-2.2.33/invutil/Makefile 2006-06-11 05:05:17.077263668 -0700 +--- xfsdump-2.2.33/invutil/Makefile ++++ xfsdump-2.2.33/invutil/Makefile @@ -70,3 +70,5 @@ $(INVINCL) $(INVCOMMON): @$(RM) $@; $(LN_S) ../inventory/$@ $@ + +$(LOCALS): $(LINKS) -diff -Nuar --exclude '*~' xfsdump-2.2.33.orig/restore/Makefile xfsdump-2.2.33/restore/Makefile ---- xfsdump-2.2.33.orig/restore/Makefile 2006-01-11 21:06:49.000000000 -0800 -+++ xfsdump-2.2.33/restore/Makefile 2006-06-11 05:07:04.512296744 -0700 +--- xfsdump-2.2.33/restore/Makefile ++++ xfsdump-2.2.33/restore/Makefile @@ -116,3 +116,5 @@ $(INVINCL) $(INVCOMMON): |