Skip to content

Commit bc1d242

Browse files
committed
Merge branch 'master' of github.com:MythTV/packaging
2 parents 30ec25e + bf9f3ba commit bc1d242

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

OSX/build/osx-packager.pl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,10 @@ END
844844
$gitpackaging, $GITDIR . '/packaging' ]) or die;
845845
}
846846

847+
# Remove Nigel's frontend building speedup hack
848+
chdir "$GITDIR/mythtv" or die;
849+
&DoSpeedupHacks('programs/programs.pro', '');
850+
847851
my @gitcheckoutflags;
848852

849853
if ( $gitrevert )
@@ -955,7 +959,7 @@ END
955959
{
956960
# Remove/add Nigel's frontend building speedup hack
957961
&DoSpeedupHacks('programs/programs.pro',
958-
'mythfrontend mythavtest mythwelcome');
962+
'mythfrontend mythavtest mythpreviewgen mythwelcome');
959963
}
960964

961965
&Verbose("Making $comp");
@@ -1395,7 +1399,7 @@ ($$)
13951399
{ last }
13961400
print OUT;
13971401
}
1398-
if ( ! $backend && ! $jobtools )
1402+
if ( ! $backend && ! $jobtools && $subdirs )
13991403
{
14001404
# Nigel's hack to speedup building
14011405
print OUT "# Nigel\'s speedup hack:\n";

0 commit comments

Comments
 (0)