EPICS-synApps / support

APS BCDA synApps module: support
http://epics-synapps.github.io/support/
Other
3 stars 12 forks source link

make distclean on top level does not remove "*.d" files #23

Closed LeeYangLBLBCS closed 1 year ago

LeeYangLBLBCS commented 2 years ago

When I do "make distclean" under "support" or "areaDetector", I see the files with extension ".d" are not removed. For example, ./pointGreyApp/src/).linux-x86_64-debug/pointGrey.d If I issue the same command "make distclean" at "areaDetector/ADPointGrey", those files are removed, as I expected. Is this the correct behavior or a bug in the make set up?

I've seen this behavior in more than one module (e.g. ADAndor3, ADBruker, ADPerkinElmer), so I think it's not specific to a driver.

keenanlang commented 2 years ago

Make distclean is defined in EPICS base and synApps doesn't do anything do alter the rules for that command. What version of EPICS base are you using and is it all the *.d files or just ones from a specific architecture?