1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 19:46:21 +00:00

Maiko sources matching state as of 020102 prior to initial patching for Mac OSX

This commit is contained in:
Nick Briggs
2015-04-20 18:53:52 -07:00
commit de170a64d9
427 changed files with 129342 additions and 0 deletions

17
bin/makeinitlde Executable file
View File

@@ -0,0 +1,17 @@
# Start a csh
# Building an init needs several flags turned on and it is
# best to build an entire new LDE.
# to run this script, enter 'makeinitlde -e' from the shell
set architecture = `mach`
set osversion = `osversion`
set releasename = ${osversion}.${architecture}
set initname = init.${architecture}
setenv OPTFLAGS '-DINIT -g'
# now do the make, including the right stuff, but putting
# it all into init.mach
(echo RELEASENAME = ${initname}; cat makefile-header makefile-${releasename} makefile-tail) | make -f - $*