mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(cvs-update): Don't assume that the shell supports $(...), as
Solaris sh doesn't.
This commit is contained in:
@@ -355,7 +355,7 @@ wget-update: $(get-targets)
|
||||
cvs-update:
|
||||
for f in $(cvs_files); do \
|
||||
test -f $$f || { echo "*** skipping $$f" 1>&2; continue; }; \
|
||||
file=$$(basename $$f); \
|
||||
file=`basename $$f`; \
|
||||
echo checking out $$file...; \
|
||||
$(CVS) -d $(automake_repo) co -p automake/lib/$$file> $$f.t \
|
||||
&& $(move_if_change) $$f.t $$f; \
|
||||
|
||||
Reference in New Issue
Block a user