1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 03:02:56 +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:
Werner Almesberger 2010-10-17 20:07:54 -03:00
parent 0a86c10803
commit 41ae009c6a
2 changed files with 1 additions and 21 deletions

20
boom/dist/Makefile vendored
View File

@ -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

View File

@ -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])
EQU = ../../dist/all.equ
EQU = $(shell ../../boom-config equ)
.PHONY: all test sane