summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>1998-11-08 18:39:57 +0000
committernsouch <nsouch@FreeBSD.org>1998-11-08 18:39:57 +0000
commit8576d8f99045b0fdd320203d349d4f044597d8b9 (patch)
treee2ba40286e975820123466ae935310b6bd19bc9f /sys/conf
parent66796bdb7f912fca7a85eb8a688623cd7c731c1c (diff)
downloadFreeBSD-src-8576d8f99045b0fdd320203d349d4f044597d8b9.zip
FreeBSD-src-8576d8f99045b0fdd320203d349d4f044597d8b9.tar.gz
Update configuration files for the perl based makedevops script.
Submitted by: Nick Hibma <nick.hibma@jrc.it> Approved by: Doug Rabson <dfr@nlsystems.com>
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files40
-rw-r--r--sys/conf/files.alpha18
2 files changed, 29 insertions, 29 deletions
diff --git a/sys/conf/files b/sys/conf/files
index f451fc1..9cb2e07 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -20,13 +20,13 @@ device_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
device_if.c standard \
- dependency "$S/kern/makedevops.sh $S/kern/device_if.m" \
- compile-with "sh $S/kern/makedevops.sh -c $S/kern/device_if.m" \
+ dependency "$S/kern/makedevops.pl $S/kern/device_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -c $S/kern/device_if.m" \
no-obj no-implicit-rule before-depend local \
clean "device_if.c"
device_if.h standard \
- dependency "$S/kern/makedevops.sh $S/kern/device_if.m" \
- compile-with "sh $S/kern/makedevops.sh -h $S/kern/device_if.m" \
+ dependency "$S/kern/makedevops.pl $S/kern/device_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -h $S/kern/device_if.m" \
no-obj no-implicit-rule before-depend \
clean "device_if.h"
bus_if.o standard \
@@ -34,13 +34,13 @@ bus_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
bus_if.c standard \
- dependency "$S/kern/makedevops.sh $S/kern/bus_if.m" \
- compile-with "sh $S/kern/makedevops.sh -c $S/kern/bus_if.m" \
+ dependency "$S/kern/makedevops.pl $S/kern/bus_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -c $S/kern/bus_if.m" \
no-obj no-implicit-rule before-depend local \
clean "bus_if.c"
bus_if.h standard \
- dependency "$S/kern/makedevops.sh $S/kern/bus_if.m" \
- compile-with "sh $S/kern/makedevops.sh -h $S/kern/bus_if.m" \
+ dependency "$S/kern/makedevops.pl $S/kern/bus_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -h $S/kern/bus_if.m" \
no-obj no-implicit-rule before-depend \
clean "bus_if.h"
coda/coda_namecache.c optional vcoda
@@ -144,13 +144,13 @@ smbus_if.o optional smbus \
compile-with "${NORMAL_C}" \
no-implicit-rule local
smbus_if.c optional smbus \
- dependency "$S/kern/makedevops.sh $S/dev/smbus/smbus_if.m" \
- compile-with "sh $S/kern/makedevops.sh -c $S/dev/smbus/smbus_if.m" \
+ dependency "$S/kern/makedevops.pl $S/dev/smbus/smbus_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -c $S/dev/smbus/smbus_if.m" \
no-obj no-implicit-rule before-depend local \
clean "smbus_if.c"
smbus_if.h optional smbus \
- dependency "$S/kern/makedevops.sh $S/dev/smbus/smbus_if.m" \
- compile-with "sh $S/kern/makedevops.sh -h $S/dev/smbus/smbus_if.m" \
+ dependency "$S/kern/makedevops.pl $S/dev/smbus/smbus_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -h $S/dev/smbus/smbus_if.m" \
no-obj no-implicit-rule before-depend \
clean "smbus_if.h"
dev/smbus/smbconf.c optional smbus
@@ -162,13 +162,13 @@ iicbb_if.o optional iicbb \
compile-with "${NORMAL_C}" \
no-implicit-rule local
iicbb_if.c optional iicbb \
- dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbb_if.m" \
- compile-with "sh $S/kern/makedevops.sh -c $S/dev/iicbus/iicbb_if.m" \
+ dependency "$S/kern/makedevops.pl $S/dev/iicbus/iicbb_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -c $S/dev/iicbus/iicbb_if.m" \
no-obj no-implicit-rule before-depend local \
clean "iicbb_if.c"
iicbb_if.h optional iicbb \
- dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbb_if.m" \
- compile-with "sh $S/kern/makedevops.sh -h $S/dev/iicbus/iicbb_if.m" \
+ dependency "$S/kern/makedevops.pl $S/dev/iicbus/iicbb_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -h $S/dev/iicbus/iicbb_if.m" \
no-obj no-implicit-rule before-depend \
clean "iicbb_if.h"
dev/iicbus/iicsmb.c optional iicsmb \
@@ -178,13 +178,13 @@ iicbus_if.o optional iicbus \
compile-with "${NORMAL_C}" \
no-implicit-rule local
iicbus_if.c optional iicbus \
- dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbus_if.m" \
- compile-with "sh $S/kern/makedevops.sh -c $S/dev/iicbus/iicbus_if.m" \
+ dependency "$S/kern/makedevops.pl $S/dev/iicbus/iicbus_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -c $S/dev/iicbus/iicbus_if.m" \
no-obj no-implicit-rule before-depend local \
clean "iicbus_if.c"
iicbus_if.h optional iicbus \
- dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbus_if.m" \
- compile-with "sh $S/kern/makedevops.sh -h $S/dev/iicbus/iicbus_if.m" \
+ dependency "$S/kern/makedevops.pl $S/dev/iicbus/iicbus_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -h $S/dev/iicbus/iicbus_if.m" \
no-obj no-implicit-rule before-depend \
clean "iicbus_if.h"
dev/iicbus/iiconf.c optional iicbus
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index d38c396..8c08e79 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.alpha,v 1.10 1998/09/17 09:38:36 dfr Exp $
+# $Id: files.alpha,v 1.11 1998/10/10 18:32:18 gpalmer Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -64,13 +64,13 @@ clock_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
clock_if.c standard \
- dependency "$S/kern/makedevops.sh $S/alpha/alpha/clock_if.m" \
- compile-with "sh $S/kern/makedevops.sh -c $S/alpha/alpha/clock_if.m" \
+ dependency "$S/kern/makedevops.pl $S/alpha/alpha/clock_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -c $S/alpha/alpha/clock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "clock_if.c"
clock_if.h standard \
- dependency "$S/kern/makedevops.sh $S/alpha/alpha/clock_if.m" \
- compile-with "sh $S/kern/makedevops.sh -h $S/alpha/alpha/clock_if.m" \
+ dependency "$S/kern/makedevops.pl $S/alpha/alpha/clock_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -h $S/alpha/alpha/clock_if.m" \
no-obj no-implicit-rule before-depend \
clean "clock_if.h"
alpha/alpha/diskslice_machdep.c standard
@@ -96,13 +96,13 @@ mcclock_if.o standard \
compile-with "${NORMAL_C}" \
no-implicit-rule local
mcclock_if.c standard \
- dependency "$S/kern/makedevops.sh $S/dev/dec/mcclock_if.m" \
- compile-with "sh $S/kern/makedevops.sh -c $S/dev/dec/mcclock_if.m" \
+ dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -c $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "mcclock_if.c"
mcclock_if.h standard \
- dependency "$S/kern/makedevops.sh $S/dev/dec/mcclock_if.m" \
- compile-with "sh $S/kern/makedevops.sh -h $S/dev/dec/mcclock_if.m" \
+ dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
+ compile-with "perl $S/kern/makedevops.pl -h $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend \
clean "mcclock_if.h"
alpha/pci/cia.c optional cia
OpenPOWER on IntegriCloud