File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 )
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 " ;
You can’t perform that action at this time.
0 commit comments