On Friday 04 December 2009 11:58:13 Jiri Palecek wrote: > the makefiles install all files with executable mode by default. This patch > changes it for some of the Makefiles, that install data files, which > should IMHO not be executable. The change makes INSTALL_MODE decide the > actual mode when it is expanded inside the install rule (depending on $@, > which is the install target name).
that's pretty fugly way to go about it. let's go the more natural route and have the common code default to $(INSTALL_MODE_$@) and if that's unset, use the default $(INSTALL_MODE). -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
