1
0
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:
Andrew Tridgell 2010-03-19 18:07:39 +11:00
parent 8caac7a1a3
commit 9a243a791b
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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 *