Unverified Commit 81a689dd authored by boklm's avatar boklm
Browse files

Bug 30448: Create the Debug/Browser/gtk2 directory

At the same time, move the creation of the Debug directory closer to
where we use it.
parent 8b78ec43
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -84,10 +84,6 @@ tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz
  mkdir -p $distdir/Browser
[% END %]

[% IF c("var/linux") %]
  mkdir -p $distdir/Debug/Browser/
[% END %]

cd /var/tmp/build/[% project %]-[% c("version") %]
mv -f $rootdir/[% c('input_files_by_name/mozconfig') %] .mozconfig
[% IF c("var/asan") -%]
@@ -272,6 +268,7 @@ cp -p obj-*/dist/host/bin/mbsdiff $MARTOOLS/
cd $distdir

[% IF c("var/linux") %]
  mkdir -p $distdir/Debug/Browser/gtk2
  # Strip and generate debuginfo for the firefox binary that we keep, all *.so
  # files, the plugin-container, and the updater (see ticket #10126)
  for LIB in Browser/*.so Browser/gtk2/*.so Browser/firefox.real Browser/plugin-container Browser/updater