groff
[Top][All Lists]
Advanced

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

回复: [Groff] building process stuck wh en building groff-current using Mi


From: Yu-ning Feng
Subject: 回复: [Groff] building process stuck wh en building groff-current using MinGW
Date: Fri, 7 Sep 2007 21:35:23 +0800

2007/9/7, Werner LEMBERG <address@hidden>:
>
> > mkdir -p -- D:/groff-cvs/share/groff/1.19 .3
> > mkdir: cannot create directory `D:/groff-cvs/share/groff/1.19\001.3':
> > No such file or directory
>
> This looks like a broken `cat' program on msys which doesn't handle
>
>   version=`cat $(top_srcdir)/VERSION`

This is line 49 in Makefile. Line 51 says,

  revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`

I wonder the meaning of $$. I tried this command in linux manually.
After some experiment(revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$//'
REVISION`, remove .& from the command), I found the pattern is not
found. So... maybe the Makefile is also responsible?

-- 
Yu-ning Feng




reply via email to

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