areaDetector/ADProsilica

ADProsilica-R2-4 release: Makefile issue?

Opened this issue · 2 comments

Probably this is a simple fix, but I can't get 'make clean' to work.
Russ

make[4]: Entering directory /local/DPbin/epics/epics_2018-01-31/synApps_5_8/support/areaDetector-3-2/ADProsilica-2-4/prosilicaApp/op' make[4]: *** No rule to make target clean'. Stop.
make[4]: Leaving directory /local/DPbin/epics/epics_2018-01-31/synApps_5_8/support/areaDetector-3-2/ADProsilica-2-4/prosilicaApp/op' make[3]: *** [op.clean] Error 2 make[3]: Leaving directory /local/DPbin/epics/epics_2018-01-31/synApps_5_8/support/areaDetector-3-2/ADProsilica-2-4/prosilicaApp'
make[2]: *** [prosilicaApp.clean] Error 2

This is a bug in prosilicaApp/op/Makefile that I fixed this morning. I will be making a 2-4-1 release soon to fix this, but meanwhile you can just use the master branch.

Thanks Mark!