MPICH make clean requires sudo and mucks with DESTDIR
21 Aug
2014
21 Aug
'14
8:16 p.m.
In the root Makefile is # we can only have one clean-local, so we hook into it via conditionally # defined variables in the dependencies section clean-local: $(CLEAN_LOCAL_TARGETS) rm -f ${DESTDIR}${bindir}/mpic++ I do not see how this could be correct, since 1) mucking with DESTDIR would require sudo for some configurations and make clean shouldn’t require sudo 2) should make clean muck with DESTDIR anyways? When I run make clean after a make install I do get an permissions error in trying to remove that link. Barry
4352
Age (days ago)
4352
Last active (days ago)
0 comments
1 participants
participants (1)
-
Barry Smith