diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-05 08:29:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:38 -0500 |
commit | ae66cc5ef7570232c275d3965a36bd6a6fc330eb (patch) | |
tree | 82fd49b761802fa78cd85ade05f2417456b5fde8 | |
parent | 37fdb858b069d862d53edae11dff42a4696c78a4 (diff) | |
download | samba-ae66cc5ef7570232c275d3965a36bd6a6fc330eb.tar.gz samba-ae66cc5ef7570232c275d3965a36bd6a6fc330eb.tar.bz2 samba-ae66cc5ef7570232c275d3965a36bd6a6fc330eb.zip |
r7299: move the list of config.mk files to the source/
so nobody needs to look at build/smb_build/ anymore, just to use the build system
metze
(This used to be commit a94e7740d554a18b5e9ae37bdcabec8ccc5705fc)
-rw-r--r-- | source4/build/smb_build/main.pm | 2 | ||||
-rw-r--r-- | source4/config.list (renamed from source4/build/smb_build/config.list) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/main.pm b/source4/build/smb_build/main.pm index 12790a3df5..eb48ae0461 100644 --- a/source4/build/smb_build/main.pm +++ b/source4/build/smb_build/main.pm @@ -14,7 +14,7 @@ use smb_build::output; use smb_build::dot; use strict; -my $config_list = "build/smb_build/config.list"; +my $config_list = "config.list"; sub smb_build_main($) { diff --git a/source4/build/smb_build/config.list b/source4/config.list index d2184731bb..d2184731bb 100644 --- a/source4/build/smb_build/config.list +++ b/source4/config.list |