design: create arch directories in haskell translator

Architecture directories were previously created in the Makefile, and
not in make_spec.sh. As a result, running make_spec would fail on a
clean repo.
This commit is contained in:
Rafal Kolanski 2017-07-25 16:16:52 +10:00
parent d38a19f1bb
commit c74da29407
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,6 @@ MACHINE_FILES += ${MACHINE_PATH}/ARM/MachineTypes.thy
design : version
version : ${SKEL_FILES} ${MSKEL_FILES} ${HASKELL_FILES}
mkdir -p ${ARCH_DIRS}
${HASKELL_TRANS}
clean :

View File

@ -95,6 +95,7 @@ function send_filenames () {
local arch=${1}
local archnames=`cd $SKEL/${arch}; ls *.thy`
local archmnames=`cd $MSKEL/${arch}; ls *.thy`
mkdir -p "$SPEC/${arch}"
mkdir -p "$SPECNONARCH/${arch}"
# Theory files common to all haskell specifications