summaryrefslogtreecommitdiff
path: root/solenv/bin/deliver.pl
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-07 10:36:46 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-07 11:58:18 +0300
commit129852cede1461480c11d6e5db3385d5ea72e1a0 (patch)
tree8f2b7aa44d498450402b8f06f064bb94b3183912 /solenv/bin/deliver.pl
parent31cd83043eb3bf89be33a9064e04c080883bd14c (diff)
Don't deliver build.lst to solver and don't look for it there
Diffstat (limited to 'solenv/bin/deliver.pl')
-rwxr-xr-xsolenv/bin/deliver.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/solenv/bin/deliver.pl b/solenv/bin/deliver.pl
index aba400453c0e..20337271070e 100755
--- a/solenv/bin/deliver.pl
+++ b/solenv/bin/deliver.pl
@@ -1003,13 +1003,6 @@ sub push_default_actions
push(@action_data, ['mkdir', "%_DEST%/res/img"]);
}
- # deliver build.lst to $dest/inc/$module
- push(@action_data, ['copy', "build.lst %_DEST%/inc/$module/build.lst"]);
- if ( $common_build ) {
- # ... and to $common_dest/inc/$module
- push(@action_data, ['copy', "build.lst %COMMON_DEST%/inc/$module/build.lst"]);
- }
-
# need to copy libstaticmxp.dylib for Mac OS X
if ( $^O eq 'darwin' )
{