diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-02 19:38:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:59 -0500 |
commit | 23926e75c65ff4ca5226be0193c14073552a4344 (patch) | |
tree | ab32281848e8b42227a42e252c84565476bd49ef /source4/build/smb_build/input.pm | |
parent | 4216c18f34ad29d015e853f4d1cb1900f754ad44 (diff) | |
download | samba-23926e75c65ff4ca5226be0193c14073552a4344.tar.gz samba-23926e75c65ff4ca5226be0193c14073552a4344.tar.bz2 samba-23926e75c65ff4ca5226be0193c14073552a4344.zip |
r8936: Use incremental linking. This appeared to be supported on
all systems on the buildfarm when I tested it using smb_build.
It's just a one line change to go back. If this works correctly, we can
simplify the build system quite a bit.
(This used to be commit 6b671fb34a35def9a8d2fdaa8d9a04ff26c9e929)
Diffstat (limited to 'source4/build/smb_build/input.pm')
-rw-r--r-- | source4/build/smb_build/input.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm index fc14c1d2e9..a68d9946da 100644 --- a/source4/build/smb_build/input.pm +++ b/source4/build/smb_build/input.pm @@ -10,7 +10,7 @@ use strict; package smb_build::input; -my $subsystem_default_output_type = "OBJLIST"; +my $subsystem_default_output_type = "MERGEDOBJ"; my $srcdir = "."; sub strtrim($) |