summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-10-17 18:08:04 +0000
committerimp <imp@FreeBSD.org>2006-10-17 18:08:04 +0000
commitdc687df9d5ae6c17d1852736d041b4c697e79716 (patch)
tree9b670b7e75f94b7fdaf5a61fb0113a8903593f08 /sys/conf/files
parent221ee422f9a6985b43e273bbd71a40889b182648 (diff)
downloadFreeBSD-src-dc687df9d5ae6c17d1852736d041b4c697e79716.zip
FreeBSD-src-dc687df9d5ae6c17d1852736d041b4c697e79716.tar.gz
Collapse the two identical emu10k1-alsa%diked.h creation rules for
snd_emu10k1 and snd_emu10kx into one line. The 'pci' dependency here adds no value, so I eliminted it (we don't have a snd.all file that might make it mildly useful, and even then it wouldn't be that useful). With the pci optional component eliminated, I could use the '|' operator. I could have also include pci on both sides of the | operator, but since it isn't a value add at all, it was better to eliminate it.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 55eb134..ff9bb4a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -50,12 +50,7 @@ aic79xx_reg_print.c optional ahd pci \
aic79xx_reg_print.o optional ahd pci ahd_reg_pretty_print \
compile-with "${NORMAL_C}" \
no-implicit-rule local
-emu10k1-alsa%diked.h optional snd_emu10k1 pci \
- dependency "$S/tools/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h" \
- compile-with "CC='${CC}' AWK=${AWK} sh $S/tools/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h emu10k1-alsa%diked.h" \
- no-obj no-implicit-rule before-depend \
- clean "emu10k1-alsa%diked.h"
-emu10k1-alsa%diked.h optional snd_emu10kx pci \
+emu10k1-alsa%diked.h optional snd_emu10k1 | snd_emu10kx \
dependency "$S/tools/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h" \
compile-with "CC='${CC}' AWK=${AWK} sh $S/tools/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h emu10k1-alsa%diked.h" \
no-obj no-implicit-rule before-depend \
OpenPOWER on IntegriCloud