From b690fedef55bb4bf9ecff07b78d3a14b4d4d6e45 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 29 Mar 2010 21:44:37 +1100 Subject: s4-waf: removed the AUTOGENERATED markers we won't be using the mk -> wscript generator again --- lib/async_req/wscript_build | 3 --- lib/nss_wrapper/wscript_build | 3 --- lib/tdr/wscript_build | 3 --- lib/torture/wscript_build | 3 --- lib/tsocket/wscript_build | 3 --- lib/uid_wrapper/wscript_build | 3 --- lib/util/charset/wscript_build | 3 --- 7 files changed, 21 deletions(-) (limited to 'lib') diff --git a/lib/async_req/wscript_build b/lib/async_req/wscript_build index 1999a1a7ef..790b547749 100644 --- a/lib/async_req/wscript_build +++ b/lib/async_req/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../lib/async_req/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ', source='async_sock.c', diff --git a/lib/nss_wrapper/wscript_build b/lib/nss_wrapper/wscript_build index c469379741..4bb3335ee0 100644 --- a/lib/nss_wrapper/wscript_build +++ b/lib/nss_wrapper/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../lib/nss_wrapper/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('NSS_WRAPPER', source='nss_wrapper.c', diff --git a/lib/tdr/wscript_build b/lib/tdr/wscript_build index 3706d21dfd..a28c601ab1 100644 --- a/lib/tdr/wscript_build +++ b/lib/tdr/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../lib/tdr/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('TDR', source='tdr.c', diff --git a/lib/torture/wscript_build b/lib/torture/wscript_build index 2069a92200..6866624e13 100644 --- a/lib/torture/wscript_build +++ b/lib/torture/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../lib/torture/config.mk -# Please remove this notice if hand editing - bld.SAMBA_LIBRARY('torture', source='torture.c subunit.c', diff --git a/lib/tsocket/wscript_build b/lib/tsocket/wscript_build index fc443e98a6..34d382eb82 100644 --- a/lib/tsocket/wscript_build +++ b/lib/tsocket/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../lib/tsocket/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('LIBTSOCKET', source='tsocket.c tsocket_helpers.c tsocket_bsd.c', diff --git a/lib/uid_wrapper/wscript_build b/lib/uid_wrapper/wscript_build index 79fb6cd335..019f44fd68 100644 --- a/lib/uid_wrapper/wscript_build +++ b/lib/uid_wrapper/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../lib/uid_wrapper/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('UID_WRAPPER', source='uid_wrapper.c', diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build index c5824d8144..56ed9a60b2 100644 --- a/lib/util/charset/wscript_build +++ b/lib/util/charset/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../lib/util/charset/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('CHARSET', source='iconv.c charcnv.c util_unistr.c codepoints.c', -- cgit