From: Nathan Neulinger Date: Sun, 3 Jun 2001 17:32:18 +0000 (+0000) Subject: sgiefs-support-is-gone-but-great-rock-lives-on-20010602 X-Git-Tag: openafs-stable-1_1_0~135 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b8f911768bef9370aa5e68a8be1f5da5374f0d2e;p=packages%2Fo%2Fopenafs.git sgiefs-support-is-gone-but-great-rock-lives-on-20010602 remove inclusion of missing sgiefs directory since we didn't get the binary library needed for it to work anyhow --- diff --git a/src/config/Makefile.sgi_62 b/src/config/Makefile.sgi_62 index 15185cac7..5403de257 100644 --- a/src/config/Makefile.sgi_62 +++ b/src/config/Makefile.sgi_62 @@ -12,7 +12,7 @@ AFS_OSTYPE = IRIX # compilation and link editor flags DBG=-g -FSINCLUDES=-I/usr/include/sys/fs -I../sgiefs +FSINCLUDES=-I/usr/include/sys/fs LWP_OPTMZ=-O OPTMZ=-O XCFLAGS=-o32 diff --git a/src/config/Makefile.sgi_63 b/src/config/Makefile.sgi_63 index 11f274664..191e83937 100644 --- a/src/config/Makefile.sgi_63 +++ b/src/config/Makefile.sgi_63 @@ -12,7 +12,7 @@ AFS_OSTYPE = IRIX # compilation and link editor flags DBG=-g -FSINCLUDES=-I/usr/include/sys/fs -I../sgiefs +FSINCLUDES=-I/usr/include/sys/fs LWP_OPTMZ=-O OPTMZ=-O XCFLAGS=-D_OLD_TERMIOS -D_BSD_COMPAT -o32 diff --git a/src/config/Makefile.sgi_64 b/src/config/Makefile.sgi_64 index 421d80171..2e2b083de 100644 --- a/src/config/Makefile.sgi_64 +++ b/src/config/Makefile.sgi_64 @@ -12,7 +12,7 @@ AFS_OSTYPE = IRIX # compilation and link editor flags DBG=-g -FSINCLUDES=-I/usr/include/sys/fs -I../sgiefs +FSINCLUDES=-I/usr/include/sys/fs LWP_OPTMZ=-O OPTMZ=-O XCFLAGS=-D_OLD_TERMIOS -D_BSD_COMPAT -n32 -woff 1009,1110,1116,1164,1171,1177,1183,1185,1204,1233,1515,1516,1548,1169,1174,1177,1196,1498,1506,1552 diff --git a/src/config/Makefile.sgi_65 b/src/config/Makefile.sgi_65 index 604028ec9..07dac12d1 100644 --- a/src/config/Makefile.sgi_65 +++ b/src/config/Makefile.sgi_65 @@ -13,7 +13,7 @@ AFS_OSTYPE = IRIX # compilation and link editor flags DBG=-g -FSINCLUDES=-I/usr/include/sys/fs -I../sgiefs +FSINCLUDES=-I/usr/include/sys/fs OPTMZ=-O XCFLAGS=-n32 -mips3 -woff 1009,1110,1116,1164,1171,1177,1183,1185,1204,1233,1515,1516,1548,1169,1174,1177,1196,1498,1506,1552 # The -mips3 for XCFLAGS64 allows code to run on R4000 as well as R8000+.