mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
perltidy: Add option --nooutdent-long-quotes
This commit is contained in:
@@ -119,7 +119,7 @@ foreach my $file (@hfiles, @cfiles)
|
||||
$top_builddir = $top_builddir . "/..";
|
||||
}
|
||||
$MAKECMD =
|
||||
"$MAKE -qp 'subdir=$subdir' 'top_builddir=$top_builddir' -f '$top_builddir/src/Makefile.global'";
|
||||
"$MAKE -qp 'subdir=$subdir' 'top_builddir=$top_builddir' -f '$top_builddir/src/Makefile.global'";
|
||||
}
|
||||
|
||||
my ($CPPFLAGS, $CFLAGS, $CFLAGS_SL, $PTHREAD_CFLAGS, $CC);
|
||||
|
Reference in New Issue
Block a user