We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This post was originally posted at http://sourceforge.net/p/jskeus/tickets/1
If there are some errors in previous compiling, "make clean" fails. So I think rm command must be called with -f option.
URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/Makefile
--- Makefile (revision 608) +++ Makefile (working copy) @@ -74,7 +74,7 @@ cd irteus; make
clean:
URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/irteus/Makefile
--- irteus/Makefile (revision 608) +++ irteus/Makefile (working copy) @@ -160,7 +160,7 @@ chmod a-x Makefile* *.l *.c (cd PQP;make clean) (cd $(EUSDIR)/lisp/image/jpeg/; make clean)
-rm $(EUSDIR)/lib/llib/pgsql.c $(EUSDIR)/lib/llib/pgsql.h
-rm -f $(EUSDIR)/lib/llib/pgsql.c $(EUSDIR)/lib/llib/pgsql.h
$(OBJDIR)/irtmath.$(OSFX): irtmath.l $(OBJDIR)/irtutil.$(OSFX): irtutil.l
The text was updated successfully, but these errors were encountered:
r855 で直しました.
Sorry, something went wrong.
Ticket moved from /p/jskeus/bugs/1/
Can't be converted:
Merge pull request #1 from Affonso-Gui/ik-doc-fix
f188125
IK doc fix
k-okada
No branches or pull requests
This post was originally posted at http://sourceforge.net/p/jskeus/tickets/1
If there are some errors in previous compiling, "make clean" fails.
So I think rm command must be called with -f option.
URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/Makefile
Index: Makefile
--- Makefile (revision 608)
+++ Makefile (working copy)
@@ -74,7 +74,7 @@
cd irteus; make
clean:
if [ -e irteus ]; then cd irteus; make clean ; fi
if [ -e eus/lisp ]; then cd eus/lisp; make clean ; fi
URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/irteus/Makefile
Index: irteus/Makefile
--- irteus/Makefile (revision 608)
+++ irteus/Makefile (working copy)
@@ -160,7 +160,7 @@
chmod a-x Makefile* *.l *.c
(cd PQP;make clean)
(cd $(EUSDIR)/lisp/image/jpeg/; make clean)
The text was updated successfully, but these errors were encountered: