8007097: (profiles) Build needs test to ensure that profile definitions are updated
Alan Bateman
Alan.Bateman at oracle.com
Thu Jan 31 02:41:11 PST 2013
On 31/01/2013 08:21, David Holmes wrote:
>
> True but would that make any real difference. If you do:
>
> make profiles
> make profiles
>
> then it will run the second time unnecessarily. But normally you would do
>
> make profiles
> <change something>
> make profiles
>
> in which case if any class gets compiled and a jar rebuilt then it
> will run anyway.
>
> Not a big deal regardless. I just find those dependency constructions
> quite horrid. :)
In practical terms it probably doesn't matter but the "images" and
"overlay-images" targets don't do anything when up to date, and I think
the "profiles" target should do the same. So if it's okay with you, I
will leave it.
A passing thought, I wonder if "profile-images" might be a more
consistent name for the top-level target.
-Alan.
More information about the build-infra-dev
mailing list