bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fileutils 4.1: make install-strip broken


From: Andreas Schwab
Subject: Fileutils 4.1: make install-strip broken
Date: 01 May 2001 14:01:48 +0200
User-agent: Gnus/5.090002 (Oort Gnus v0.02) Emacs/21.0.103

Running `make install-string' requires that INSTALL is defined in the
environment, otherwise INSTALL_PROGRAM will be defined as ' -s'.  The
toplevel makefile has this:

INSTALL_STRIP_PROGRAM = $${INSTALL} -s

thus install-strip runs the command:

make  INSTALL_PROGRAM="${INSTALL} -s" \
  INSTALL_PROGRAM_ENV='' install

This is probably a bug in automake 1.4e.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
address@hidden
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]