mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-22 21:17:30 +02: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:
parent
0a86c10803
commit
41ae009c6a
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
|
|
@ -2,7 +2,7 @@ BOOM=PATH=/home/moko/svn.openmoko.org/trunk/eda/boom:../boom:$$PATH boom
|
|||||||
|
|
||||||
UC_NAME = $(shell echo $(NAME) | tr [a-z] [A-Z])
|
UC_NAME = $(shell echo $(NAME) | tr [a-z] [A-Z])
|
||||||
|
|
||||||
EQU = ../../dist/all.equ
|
EQU = $(shell ../../boom-config equ)
|
||||||
|
|
||||||
.PHONY: all test sane
|
.PHONY: all test sane
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user