Skip to content

Commit

Permalink
Don't echo the "rm -f sys.ji" command in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Feb 6, 2012
1 parent 4bfc311 commit 9afc1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ julia-debug julia-release:


sys0.ji: src/boot.j src/dump.c j/stage0.j sys0.ji: src/boot.j src/dump.c j/stage0.j
$(QUIET_JULIA) ./julia -b stage0.j $(QUIET_JULIA) ./julia -b stage0.j
rm -f sys.ji @rm -f sys.ji


# if sys.ji exists, use it to rebuild, otherwise use sys0.ji # if sys.ji exists, use it to rebuild, otherwise use sys0.ji
sys.ji: VERSION sys0.ji j/stage1.j j/sysimg.j j/start_image.j j/*.j sys.ji: VERSION sys0.ji j/stage1.j j/sysimg.j j/start_image.j j/*.j
Expand Down

0 comments on commit 9afc1e1

Please sign in to comment.