Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149978213
D56043.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
495 B
Referenced Files
None
Subscribers
None
D56043.diff
View Options
diff --git a/sys/tools/sound/emu10k1-mkalsa.sh b/sys/tools/sound/emu10k1-mkalsa.sh
deleted file mode 100644
--- a/sys/tools/sound/emu10k1-mkalsa.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-
-GREP=${GREP:-grep}
-CC=${CC:-cc}
-AWK=${AWK:-awk}
-MV=${MV:=mv}
-RM=${RM:=rm}
-IN=$1
-OUT=$2
-
-trap "${RM} -f $OUT.tmp" EXIT
-
-$GREP -v '#include' $IN | \
-$CC -E -D__KERNEL__ -dM - | \
-$AWK -F"[ (]" '
-/define/ {
- print "#ifndef " $2;
- print;
- print "#endif";
-}' > $OUT.tmp
-${MV} -f $OUT.tmp $OUT
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 29, 1:03 PM (17 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30255227
Default Alt Text
D56043.diff (495 B)
Attached To
Mode
D56043: sound: Retire unused emu10k1-mkalsa.sh
Attached
Detach File
Event Timeline
Log In to Comment