Re: install-strip issue

2004-05-02 Thread Wayne Davison
On Sat, May 01, 2004 at 10:59:23PM +, Christian Weisgerber wrote: Renaming the variable will take care of this. Seems like a reasonable change. Thanks -- I've checked it in. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read:

install-strip issue

2004-05-01 Thread Christian Weisgerber
From 2.6.2's Makefile: install: all ... ${INSTALLCMD} ${STRIP} -m 755 rsync$(EXEEXT) ${DESTDIR}${bindir} ... install-strip: $(MAKE) STRIP='-s' install This doesn't work (at least) on OpenBSD, because install(1) there will use the value of the environment variable