]>
git.saurik.com Git - apple/xnu.git/blob - SETUP/config/doconf
3 ######################################################################
5 # 1-Dec-87 Michael Young (mwyoung) at Carnegie-Mellon University
6 # Added "-verbose" switch, so this script produces no output
9 # 10-Oct-87 Mike Accetta (mja) at Carnegie-Mellon University
10 # Flushed cmu_*.h and spin_locks.h
13 # 6-Apr-87 Avadis Tevanian (avie) at Carnegie-Mellon University
14 # Use MASTER.local and MASTER.<machine>.local for generation of
15 # configuration files in addition to MASTER and MASTER.<machine>.
17 # 25-Mar-87 Mike Accetta (mja) at Carnegie-Mellon University
18 # Removed use of obsolete wb_*.h files when building the feature
19 # list; modified to save the previous configuration file and
20 # display the differences between it and the new file.
23 # 25-Mar-87 Avadis Tevanian (avie) at Carnegie-Mellon University
24 # If there is no /etc/machine just print out a message telling
25 # user to use the -cpu option. I thought this script was supposed
26 # to work even without a /etc/machine, but it doesn't... and this
27 # is the easiest way out.
29 # 13-Mar-87 Mike Accetta (mja) at Carnegie-Mellon University
30 # Added "romp_fpa.h" file to extra features for the RT.
33 # 11-Mar-87 Mike Accetta (mja) at Carnegie-Mellon University
34 # Updated to maintain the appropriate configuration features file
35 # in the "machine" directory whenever the corresponding
36 # configuration is generated. This replaces the old mechanism of
37 # storing this directly in the <sys/features.h> file since it was
38 # machine dependent and also precluded building programs for more
39 # than one configuration from the same set of sources.
42 # 21-Feb-87 Mike Accetta (mja) at Carnegie-Mellon University
43 # Fixed to require wired-in cpu type names for only those
44 # machines where the kernel name differs from that provided by
45 # /etc/machine (i.e. IBMRT => ca and SUN => sun3); updated to
46 # permit configuration descriptions in both machine indepedent
47 # and dependent master configuration files so that attributes can
48 # be grouped accordingly.
51 # 17-Jan-87 Mike Accetta (mja) at Carnegie-Mellon University
52 # Updated to work from any directory at the same level as
53 # "conf"; generate configuration from both MASTER and
54 # MASTER.<machine-type> files; added -cpu switch.
57 # 18-Aug-86 Mike Accetta (mja) at Carnegie-Mellon University
58 # Added -make switch and changed meaning of -config; upgraded to
59 # allow multiple attributes per configuration and to define
60 # configurations in terms of these attributes within MASTER.
62 # 14-Apr-83 Mike Accetta (mja) at Carnegie-Mellon University
63 # Added -config switch to only run /etc/config without
64 # "make depend" and "make".
66 ######################################################################
73 set CONFIG_DIR
=$OBJROOT/SETUP
/config
84 if ("$argv[1]" =~
-*) then
92 echo "${prog}: missing argument to ${argv[1]}"
95 set MACHINE
="$argv[2]"
100 echo "${prog}: missing argument to ${argv[1]}"
103 set SOC_CONFIG
="$argv[2]"
108 echo "${prog}: missing argument to ${argv[1]}"
111 set PLATFORM
="$argv[2]"
116 echo "${prog}: missing argument to ${argv[1]}"
119 set OBJDIR
="$argv[2]"
124 echo "${prog}: missing argument to ${argv[1]}"
127 set MASTER_CONF_DIR
="$argv[2]"
132 echo "${prog}: missing argument to ${argv[1]}"
135 set SOURCEDIR
="$argv[2]"
146 echo "${prog}: ${argv[1]}: unknown switch"
156 if ($#argv == 0) set argv
=(GENERIC
)
158 if (! $?MACHINE
) then
159 echo "${prog}: MACHINE not set"
163 set cpu
=`echo $MACHINE | tr A-Z a-z`
164 set ID
=`echo $MACHINE | tr a-z A-Z`
165 set MASTER_DIR
=${MASTER_CONF_DIR}
166 set MASTER
= ${MASTER_DIR}/MASTER
168 foreach master_file
(${MASTER}.
${cpu}.
${SOC_CONFIG}.
${PLATFORM} ${MASTER}.
${cpu}.
${SOC_CONFIG} ${MASTER}.
${cpu}.
${PLATFORM} ${MASTER}.
${cpu})
169 if (-f $master_file) then
170 set MASTER_CPU
= $master_file
175 if ($?beverbose
) then
176 echo MASTER_CPU
=$MASTER_CPU
180 set SYSID
=${SYS}_
${ID}
181 set SYSCONF
=$OBJDIR/config.
$SYSID
183 if ($?beverbose
) then
184 echo "[ generating $SYSID from $MASTER_DIR/MASTER{,.$cpu}{,.local} ]"
188 cat $MASTER $MASTER_CPU - \
189 $MASTER $MASTER_CPU \
191 unifdef
-t -DPLATFORM_${PLATFORM} -DCPU_$cpu -DSOC_CONFIG_${SOC_CONFIG} -DSYS_${SYS} - \
201 -e 's;^\([^#]*\).*#[ ]*<\(.*\)>[ ]*$;\2#\1;' \
203 -e 's;\([^#]*\).*;#\1;' \
207 -e 's;^\!\(.*\);\1#\!;' \
214 -e "s;^# *\([^ ]*\)[ ]*=[ ]*\[\(.*\)\].*;\1#\2;p" \
217 part == 0 && $1 != "" {\
221 part == 0 && $1 == "" {\
224 c[++na]=substr($i,1,1);\
233 nx=split(m[s],x," ");\
234 for (j=nx;j>0;j--) {\
248 for (i=1;i<=n;i++) {\
249 if (f[x[i]] == "+") {\
253 if (NF > 2 && ok == 0 || NF <= 2 && ok != 0) {\
261 if (-z $SYSCONF.new
) then
262 echo "${prog}: ${$SYSID}: no such configuration in $MASTER_DIR/MASTER{,.$cpu}"
266 # These paths are used by config.
268 # "builddir" is the name of the directory where kernel binaries
269 # are put. It is a single path element, never absolute, and is
270 # always relative to "objectdir". "builddir" is used by config
271 # solely to determine where to put files created by "config" (e.g.
272 # the created Makefile and *.h's.)
274 # "objectdir" is the name of the directory which will hold "builddir".
275 # It is a path; if relative, it is relative to the current directory
276 # where config is run. It's sole use is to be prepended to "builddir"
277 # to indicate where config-created files are to be placed (see above).
279 # "sourcedir" is the location of the sources used to build the kernel.
280 # It is a path; if relative, it is relative to the directory specified
281 # by the concatenation of "objectdir" and "builddir" (i.e. where the
282 # kernel binaries are put).
284 echo 'builddir "."' >> $SYSCONF.new
285 echo 'objectdir "'$OBJDIR'"' >> $SYSCONF.new
286 set SRCDIR
=`dirname $SOURCE`
287 echo 'sourcedir "'$SRCROOT'"' >> $SYSCONF.new
288 if (-f $SYSCONF) then
289 diff $SYSCONF $SYSCONF.new
291 mv $SYSCONF $SYSCONF.old
294 mv $SYSCONF.new
$SYSCONF
296 if ($?beverbose
) then
297 echo "[ configuring $SYSID ]"
300 $CONFIG_DIR/config
-c $SOURCEDIR -p $SYSCONF
302 $CONFIG_DIR/config
-c $SOURCEDIR $SYSCONF