simplify InstallManPageAliasesBase rule for xenocara itself:
deducting SUFFIX from already installed stuff is a race condtion, and prevents release from being make -j clean. Rule is only used for gl-docs, and the simpler rule works. okay matthieu@
This commit is contained in:
parent
9d886fc06a
commit
c10e507e50
@ -357,7 +357,7 @@ install.man:: @@\
|
||||
|
||||
#define InstallManPageAliasesBase(file,destdir,aliases) @@\
|
||||
install.man:: @@\
|
||||
@SUFFIX=`echo $(DESTDIR)destdir/file.* | sed -e 's,.*/[^\.]*.,,'`; \ @@\
|
||||
@SUFFIX=${MANSUFFIX}; \ @@\
|
||||
for i in aliases; do \ @@\
|
||||
(set -x; \ @@\
|
||||
$(RM) $(DESTDIR)destdir/$$i.*; \ @@\
|
||||
|
Loading…
Reference in New Issue
Block a user