edit modula-2 compiler Makefile on small systems
This commit is contained in:
parent
84a275be46
commit
ba25cbb925
@ -265,6 +265,7 @@ ABC
|
|||||||
done
|
done
|
||||||
( cd ../modules/src/malloc
|
( cd ../modules/src/malloc
|
||||||
ed - param.h <<ABC
|
ed - param.h <<ABC
|
||||||
|
cp param.h param.h.orig
|
||||||
/STORE/s/define/undef/
|
/STORE/s/define/undef/
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
@ -272,6 +273,12 @@ ABC
|
|||||||
)
|
)
|
||||||
( cd ../lang/m2/comp
|
( cd ../lang/m2/comp
|
||||||
cp SmallPars Parameters
|
cp SmallPars Parameters
|
||||||
|
cp Makefile Makefile.orig
|
||||||
|
ed - Makefile <<ABC
|
||||||
|
/MALLOC/s/=/=#/
|
||||||
|
w
|
||||||
|
q
|
||||||
|
ABC
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
*) ( cd ../lang/cem/cemcom
|
*) ( cd ../lang/cem/cemcom
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user