mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-22 15:49:22 +02:00
boom/dist/dk/Makefile: changed rm -rf to rm -f (reported by Wolfgang Spraul)
This commit is contained in:
parent
8bf21d867a
commit
ce1d269f3e
2
boom/dist/dk/Makefile
vendored
2
boom/dist/dk/Makefile
vendored
@ -37,7 +37,7 @@ db/all.dsc: Makefile
|
||||
for n in $(PARTS); do echo "include $$n.dsc"; done >$@
|
||||
|
||||
db/%.equ: %.catq
|
||||
perl ./dk-catq.pl $< >$@ || { rm -rf $@; exit 1; }
|
||||
perl ./dk-catq.pl $< >$@ || { rm -f $@; exit 1; }
|
||||
|
||||
db/%.inv: db/%.cache
|
||||
perl ./dk-db.pl inv $< >$@ || { rm -f $@; exit 1; }
|
||||
|
Loading…
Reference in New Issue
Block a user