mirror of
https://github.com/mirror/make.git
synced 2025-03-10 17:50:36 +08:00
(Standard Targets): Use @smallexample.
This commit is contained in:
parent
2de9513b20
commit
34b0c6b3b4
@ -551,10 +551,10 @@ only the directories where files are installed.
|
||||
Like @code{install}, but strip the executable files while installing
|
||||
them. The definition of this target can be very simple:
|
||||
|
||||
@example
|
||||
@smallexample
|
||||
install-strip:
|
||||
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
|
||||
@end example
|
||||
@end smallexample
|
||||
|
||||
Normally we do not recommend stripping an executable unless you are sure
|
||||
the program has no bugs. However, it can be reasonable to install a
|
||||
|
Loading…
Reference in New Issue
Block a user