i was recently trying some changes to my local openshift-spark and i noticed that the make context command does do anything unless you first make clean-context.
i had changed some of the modules and expected that a re-make would set things right. maybe we should add a warning print to that target or something just to let builders know that they need to clean first.
i was recently trying some changes to my local openshift-spark and i noticed that the
make context
command does do anything unless you firstmake clean-context
.i had changed some of the modules and expected that a re-make would set things right. maybe we should add a warning print to that target or something just to let builders know that they need to clean first.