aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-12-03 00:23:20 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-22 16:47:35 -0500
commitbd32be01c997f686ab0b53f0640eaa0aeb61fbd3 (patch)
tree2a8ad9bf51349a66118cf1fa0e6500487ae8c4b3 /bfd/configure
parentcb803d374929b4f2800b9385e4706b18d84bb926 (diff)
downloadbinutils-bd32be01c997f686ab0b53f0640eaa0aeb61fbd3.zip
binutils-bd32be01c997f686ab0b53f0640eaa0aeb61fbd3.tar.gz
binutils-bd32be01c997f686ab0b53f0640eaa0aeb61fbd3.tar.bz2
bfd: merge doc subdir up a level
This avoids a recursive make into the doc subdir and speeds up the build slightly. It also allows for more parallelism.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-xbfd/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/configure b/bfd/configure
index 2275565..00d356f 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -15106,8 +15106,7 @@ $as_echo "#define USE_MMAP 1" >>confdefs.h
;;
esac
-rm -f doc/config.status
-ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
+ac_config_files="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
ac_config_commands="$ac_config_commands default"
@@ -16136,7 +16135,6 @@ do
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
"default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
"po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
"default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;