mirror of https://github.com/efabless/caravel.git
fixed `make ship` target for new hierarchy
This commit is contained in:
parent
8b3a92349e
commit
5ef22165e7
1
Makefile
1
Makefile
|
@ -118,7 +118,6 @@ __ship:
|
||||||
@sleep 1
|
@sleep 1
|
||||||
#### Runs from the CARAVEL_ROOT mag directory
|
#### Runs from the CARAVEL_ROOT mag directory
|
||||||
@echo "\
|
@echo "\
|
||||||
cd $(CARAVEL_ROOT)/mag; \
|
|
||||||
random seed `$(CARAVEL_ROOT)/scripts/set_user_id.py -report`; \
|
random seed `$(CARAVEL_ROOT)/scripts/set_user_id.py -report`; \
|
||||||
drc off; \
|
drc off; \
|
||||||
crashbackups stop; \
|
crashbackups stop; \
|
||||||
|
|
Loading…
Reference in New Issue