mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
It's now easy to get a list all the files, so we don't need dist/all.* anymore.
- dist/Makefile: removed - boom/manu/Makefile.common (EQU): use boom-config as well
This commit is contained in:
20
boom/dist/Makefile
vendored
20
boom/dist/Makefile
vendored
@@ -1,20 +0,0 @@
|
||||
MASTER = all.equ all.dsc all.inv
|
||||
DIST = dk
|
||||
|
||||
.PHONY: all rebuild spotless
|
||||
|
||||
all: $(MASTER)
|
||||
|
||||
all.equ: Makefile
|
||||
for n in $(DIST); do echo "include $$n/db/all.equ"; done >$@
|
||||
|
||||
all.inv: Makefile
|
||||
for n in $(DIST); do echo "include $$n/db/all.inv"; done >$@
|
||||
|
||||
all.dsc: Makefile
|
||||
for n in $(DIST); do echo "include $$n/db/all.dsc"; done >$@
|
||||
|
||||
rebuild:
|
||||
rm -f $(MASTER)
|
||||
|
||||
spotless: rebuild
|
||||
Reference in New Issue
Block a user