Skip to content
New issue

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

Rm command must be called with -f option. [sf#1] #1

Open
k-okada opened this issue Mar 3, 2014 · 4 comments
Open

Rm command must be called with -f option. [sf#1] #1

k-okada opened this issue Mar 3, 2014 · 4 comments
Assignees

Comments

@k-okada
Copy link
Member

k-okada commented Mar 3, 2014

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:

  • -rm bashrc.eus manual.pdf jmanual.pdf
  • -rm -f bashrc.eus manual.pdf jmanual.pdf
    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)

  •   -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

@k-okada k-okada self-assigned this Mar 3, 2014
@k-okada
Copy link
Member Author

k-okada commented Mar 3, 2014

r855 で直しました.

@k-okada
Copy link
Member Author

k-okada commented Mar 3, 2014

  • status: open --> wont-fix-fixed

@k-okada
Copy link
Member Author

k-okada commented Mar 3, 2014

  • status: wont-fix-fixed --> closed-fixed

@k-okada
Copy link
Member Author

k-okada commented Mar 3, 2014

Ticket moved from /p/jskeus/bugs/1/

Can't be converted:

  • _milestone:
  • _priority: 5

k-okada pushed a commit that referenced this issue Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant