mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Use a simpler way to reach the <machine> include dir, which should
also work on pc98.
This commit is contained in:
parent
d37d99c4aa
commit
570cc5c1b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153067
@ -36,8 +36,7 @@
|
||||
# First written May 16, 1992 by Van Jacobson, Lawrence Berkeley Laboratory.
|
||||
|
||||
rm -f tags tags.tmp tags.cfiles tags.sfiles tags.hfiles
|
||||
MACHINE=`uname -m`
|
||||
sed -e "s, machine/, ../../../$MACHINE/include/,g" \
|
||||
sed -e "s, machine/, ../../include/,g" \
|
||||
-e 's,[a-z][^/ ]*/\.\./,,g' .depend | awk '{
|
||||
for (i = 1; i <= NF; ++i) {
|
||||
t = substr($i, length($i) - 1)
|
||||
|
Loading…
Reference in New Issue
Block a user