mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
Fix typo
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Apr 17 22:22:26 CEST 2012 on sn-devel-104
This commit is contained in:
parent
0a4ab49c3e
commit
e49efe9e7e
@ -298,7 +298,7 @@ def check_duplicate_sources(bld, tgt_list):
|
||||
return ret
|
||||
|
||||
|
||||
def check_orpaned_targets(bld, tgt_list):
|
||||
def check_orphaned_targets(bld, tgt_list):
|
||||
'''check if any build targets are orphaned'''
|
||||
|
||||
target_dict = LOCAL_CACHE(bld, 'TARGET_TYPE')
|
||||
@ -1145,7 +1145,7 @@ def check_project_rules(bld):
|
||||
|
||||
debug('deps: project rules stage1 completed')
|
||||
|
||||
#check_orpaned_targets(bld, tgt_list)
|
||||
#check_orphaned_targets(bld, tgt_list)
|
||||
|
||||
if not check_duplicate_sources(bld, tgt_list):
|
||||
Logs.error("Duplicate sources present - aborting")
|
||||
|
Loading…
x
Reference in New Issue
Block a user