X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=scripts%2Ffeeds;h=b1bdee597ea0f2e1a8c5da5553bd9064737cb949;hb=82f93a2d3fd6d9c0db441155105b8ef3578c17f6;hp=1b7aab79ccc1d3e9d309a2c16b48f07386ad6c72;hpb=8088231dfb3c94951cb48c02bfa4459e00edaf1c;p=openwrt.git diff --git a/scripts/feeds b/scripts/feeds index 1b7aab79cc..b1bdee597e 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -10,8 +10,9 @@ use Cwd 'abs_path'; chdir "$FindBin::Bin/.."; $ENV{TOPDIR}=getcwd(); +$ENV{GIT_CONFIG_PARAMETERS}="'core.autocrlf=false'"; -my $mk=`which gmake`; # select the right 'make' program +my $mk=`which gmake 2>/dev/null`; # select the right 'make' program chomp($mk); # trim trailing newline $mk or $mk = "make"; # default to 'make' @@ -540,7 +541,7 @@ sub update { my $perform_update=1; $ENV{SCAN_COOKIE} = $$; - $ENV{KBUILD_VERBOSE} = 99; + $ENV{OPENWRT_VERBOSE} = 's'; getopts('ahi', \%opts);