From: Ian Jackson Date: Mon, 2 Jan 2017 13:00:08 +0000 (+0000) Subject: Makefile: remove other job.* files when installing JOB.G X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=de6a584419ddd96c0dc488519232ccdb23566c7d;p=reprap-play.git Makefile: remove other job.* files when installing JOB.G --- diff --git a/Makefile b/Makefile index 688c7ce..bd47f9c 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ AUTOBASE=$(shell echo $(1) | perl -pe 's/,\w+\.auto$$//') %.gcode-sd: %.gcode mount /media/sd + rm -f /media/sd/JOB.* /media/sd/job.* cp $^ /media/sd/JOB.G sleep 0.5 umount /media/sd