[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: how to use not "also" symbolic link time, but "only"
From: |
Mark Galeck (CW) |
Subject: |
RE: how to use not "also" symbolic link time, but "only" |
Date: |
Fri, 13 Apr 2012 10:14:20 -0700 |
Aha! see-no-evil... :)
No, I am a completely anti- see-no-evil type person. I'd rather see it. The
problem is of course, as you might have guessed it, is that I have a gazillion
of links, not one, and in some situations the makefiles have -L flag enabled.
So you see where I am going with this....
At this point the best solution seems to be , put a comment in the makefile and
in the manual, that "if you change the name of the target of the link", you
must rebuild by hand. In other words, drop "MAKEFILE" from the prerequisites.
People will look at this and will say "Mark I thought you can handle this".
Yes some people say links are a wart, I am not a guru enough to judge such
things, I am just a larval-stage wannabe...
Mark
>
from: $(MAKEFILE)
ln -sf to $@ >/dev/null 2>&1
- how to use not "also" symbolic link time, but "only", Mark Galeck (CW), 2012/04/13
- Re: how to use not "also" symbolic link time, but "only", Paul Smith, 2012/04/13
- RE: how to use not "also" symbolic link time, but "only", Mark Galeck (CW), 2012/04/13
- RE: how to use not "also" symbolic link time, but "only", Mark Galeck (CW), 2012/04/13
- Re: how to use not "also" symbolic link time, but "only", Bryan Ischo, 2012/04/13
- RE: how to use not "also" symbolic link time, but "only",
Mark Galeck (CW) <=
- Re: how to use not "also" symbolic link time, but "only", Michael Ludwig, 2012/04/14