gtk-win32 icon indicating copy to clipboard operation
gtk-win32 copied to clipboard

To have something like jhbuild build and jhbuild buildone

Open nacho opened this issue 10 years ago • 4 comments

Basically right now what happens is that you either build all the packages or you build one package with all the dependencies.

I'd actually would like to have something like "build.ps1 build gtk" which would basically be the same as "build.ps1 -OnlyOne gtk" but also have another command "build.ps1 buildone gtk" which would take care of only building gtk without the dependencies.

I did not see anything like that already implemented but let me know if I am wrong or if this feature is a WONTFIX.

nacho avatar Feb 20 '15 08:02 nacho

Obviously, you can't build gtk without the dependencies.

bviktor avatar Feb 20 '15 09:02 bviktor

You can if they are already built.

nacho avatar Feb 20 '15 09:02 nacho

Yes, @TingPing asked for this one a long time ago but I never got around to doing it.

Arnavion avatar Feb 20 '15 10:02 Arnavion

@Arnavion should I try to give this a try?

nacho avatar Mar 10 '15 11:03 nacho