mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03: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:
|
cvs-update:
|
||||||
for f in $(cvs_files); do \
|
for f in $(cvs_files); do \
|
||||||
test -f $$f || { echo "*** skipping $$f" 1>&2; continue; }; \
|
test -f $$f || { echo "*** skipping $$f" 1>&2; continue; }; \
|
||||||
file=$$(basename $$f); \
|
file=`basename $$f`; \
|
||||||
echo checking out $$file...; \
|
echo checking out $$file...; \
|
||||||
$(CVS) -d $(automake_repo) co -p automake/lib/$$file> $$f.t \
|
$(CVS) -d $(automake_repo) co -p automake/lib/$$file> $$f.t \
|
||||||
&& $(move_if_change) $$f.t $$f; \
|
&& $(move_if_change) $$f.t $$f; \
|
||||||
|
|||||||
Reference in New Issue
Block a user