]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
sgiefs-support-is-gone-but-great-rock-lives-on-20010602
authorNathan Neulinger <nneul@umr.edu>
Sun, 3 Jun 2001 17:32:18 +0000 (17:32 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 3 Jun 2001 17:32:18 +0000 (17:32 +0000)
remove inclusion of missing sgiefs directory since we didn't get the binary
library needed for it to work anyhow

src/config/Makefile.sgi_62
src/config/Makefile.sgi_63
src/config/Makefile.sgi_64
src/config/Makefile.sgi_65

index 15185cac7b27ad442111d84aca87b51da9f8a459..5403de2571e43bb3cd7fbf164a02579418934562 100644 (file)
@@ -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
index 11f274664e83f960e188ec49757920ed8b294a65..191e83937f30d7703c5841232c745f5fdbd78396 100644 (file)
@@ -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
index 421d8017156ed2ea092b97721988e6ddee9d894c..2e2b083de9113f181ca4392bc8a6886a5b7476bd 100644 (file)
@@ -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
index 604028ec97374e814694d74f5e709b1b6516b041..07dac12d1e88248c4b20ccf1a5dd8ceb97f291e3 100644 (file)
@@ -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+.