help-gnu-emacs
[Top][All Lists]
Advanced

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

TRANSFORM = s,x,x,


From: Hongyi Zhao
Subject: TRANSFORM = s,x,x,
Date: Sun, 14 Nov 2021 08:32:22 +0800

In the Makefile of Emacs, there is the following code:

# Program name transformation.
TRANSFORM = s,x,x,

But I really can't figure out the effect of this transformation, as
shown in the following example:

$ echo emacs-29.0.50 | sed 's,x,x,'
emacs-29.0.50

As you can see, this transformation does nothing.

Any hints for this problem?

Regards,
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



reply via email to

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