This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
install-strip and bin_SCRIPTS
- To: automake at gnu dot org
- Subject: install-strip and bin_SCRIPTS
- From: Emil Ong <onge at mcs dot anl dot gov>
- Date: Tue, 19 Jun 2001 09:07:37 -0500 (CDT)
- List-Id: Discussion list for automake <automake.gnu.org>
Hi,
In a project that I'm working on, I have both scripts and
executables. The scripts are Bourne shell and awk and I tell automake
about them with bin_SCRIPTS. When I do a make install-strip, the Makefile
also tries to strip the scripts, but fails and halts all progress. Is
there something that I can do to fix this?
Thanks,
Emil