mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: rename samba_includes.py to samba_optimisation.py
This commit is contained in:
parent
8caac7a1a3
commit
9a243a791b
@ -1,4 +1,10 @@
|
|||||||
# a includes processing tool to speed up include path calculations
|
# This file contains waf optimisations for Samba
|
||||||
|
|
||||||
|
# most of these optimisations are possible because of the restricted build environment
|
||||||
|
# that Samba has. For example, Samba doesn't attempt to cope with Win32 paths during the
|
||||||
|
# build, and Samba doesn't need build varients
|
||||||
|
|
||||||
|
# overall this makes some build tasks quite a bit faster
|
||||||
|
|
||||||
from TaskGen import feature, before, after
|
from TaskGen import feature, before, after
|
||||||
import preproc
|
import preproc
|
@ -6,7 +6,7 @@ from Configure import conf
|
|||||||
from Logs import debug
|
from Logs import debug
|
||||||
|
|
||||||
# bring in the other samba modules
|
# bring in the other samba modules
|
||||||
from samba_includes import *
|
from samba_optimisation import *
|
||||||
from samba_utils import *
|
from samba_utils import *
|
||||||
from samba_autoconf import *
|
from samba_autoconf import *
|
||||||
from samba_patterns import *
|
from samba_patterns import *
|
||||||
|
Loading…
Reference in New Issue
Block a user