[vlc-devel] macosx: remove some more intermediates creating when packaging and creating the dmg

Felix Paul Kühne fkuehne.videolan at googlemail.com
Tue Jan 3 01:00:11 CET 2012


Hi there,

On 02.01.2012, at 20:42, David Fuhrmann wrote:

> Hello,
> 
> Am 02.01.2012 um 20:02 schrieb Felix Paul Kühne:
> 
>>> neither in
>>> 0c1d889772c303da34ea305bf808bc03ad5755df
>> Here's another thing:
>> When changing xib files, I frequently end-up recreating the non-redistributable VLC.app, so I do "rm -rf VLC.app && make VLC.app" often multiple times per hour. This obviously doesn't lead to the desired effect of updating the xib files within the application bundle in case VLC-tmp.app is still around.
>> Since nobody ever uses VLC-tmp.app except for creating VLC.app || VLC-release.app, there is no point in keeping it either except for the sole sake of making my life more painful. And no, removing this intermediate prior to every single recreation of VLC.app is not an option for me either.
> 
> I don't like this commit because of something else:
> Everytime you do 'make' after some changes which are NOT xib-related, the complete VLC-tmp.app will be recreated. This takes some time (especially the xcodebuild step) which is not needed when I understand correctly.
hmm, that's not intended and wasn't the way it worked in VLC 1.1, I agree.

At present, you can work-around that by just running "make" in the folder where you changed a file. Since VLC.app doesn't need to be modified, it will happily accept your re-build plugin.


Best regards,

Felix




More information about the vlc-devel mailing list