Skip to content

Commit

Permalink
try fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 12, 2024
1 parent 23f9960 commit 959303d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,8 @@ ffcall: libffcall-$(FFCALL_VERSION).tar.gz
rm -rf libffcall-$(FFCALL_VERSION)

clisp: download lasthash
mkdir clisp;
cd clisp; \
git init; \
git remote add origin $(ORIGIN_URI); \
git fetch --depth=1 origin $(shell cat lasthash); \
git reset --hard FETCH_HEAD
git clone --depth 100 $(ORIGIN_URI) || true
cd clisp;git checkout `cat ../lasthash`

clisp/version.sh: clisp
echo VERSION_NUMBER=$(VERSION) > clisp/version.sh
Expand Down

0 comments on commit 959303d

Please sign in to comment.