From 35fd443f371d95d5401616a4a18be6b2725c6604 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Tue, 5 Jun 2012 17:53:58 +0300 Subject: [PATCH] build.pl: Run admin_rdma.sh -n This is in order to apply patches from linux-next-cherry-picks directory Signed-off-by: Vladimir Sokolovsky --- build.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.pl b/build.pl index 570b84c..bdf6db9 100755 --- a/build.pl +++ b/build.pl @@ -285,7 +285,7 @@ sub get_from_git chdir $tmpdir . '/' . $name; my $ENV = "GIT_TREE=$tmpdir" . '/' . "linux"; $ENV .= " GIT_COMPAT_TREE=$tmpdir" . '/' . "compat"; - ex "$ENV ./scripts/admin_rdma.sh"; + ex "$ENV ./scripts/admin_rdma.sh -n"; $packages{$name}{'version'} = (split '-',$version)[0]; if ($build_release) { -- 2.46.0