makefiles-attempt-to-support-gmake-j-20011023
[openafs.git] / src / libafs / MakefileProto.IRIX.in
index 30c417e..1a2d859 100644 (file)
@@ -202,7 +202,7 @@ IP30_KDEFS = -DIP30 -DR10000 -DMP -DCELL_PREPARE -DBHV_PREPARE \
        -TARG:processor=r10000 $(KDEFS_64)
 IP35_KDEFS =  -DIP35 -DR10000 -DMP -DSN -DSN1 -DMAPPED_KERNEL \
        -DLARGE_CPU_COUNT \
-       -DPTE_64BIT -DULI -DCKPT -DMIPS4_ISA -DR10K_LLSC_WAR -DNUMA_BASE \
+       -DPTE_64BIT -DULI -DCKPT -DMIPS4_ISA -DNUMA_BASE \
        -DNUMA_PM  -DNUMA_TBORROW -DNUMA_MIGR_CONTROL -DNUMA_REPLICATION \
        -DNUMA_REPL_CONTROL -DNUMA_SCHED -DCELL_PREPARE -DBHV_PREPARE \
        -TARG:processor=r10000 $(KDEFS_64)
@@ -242,10 +242,10 @@ KOBJ = STATIC MODLOAD
 
 setup:
        -$(RM) -f  h net netinet rpc ufs nfs  machine sys 
-       -ln -s /usr/include/sys h
-       -ln -s /usr/include/net /usr/include/netinet .
-       -ln -s /usr/include/rpc /usr/include/sys .
-       -ln -s /usr/include/sys/fs .
+       -ln -fs /usr/include/sys h
+       -ln -fs /usr/include/net /usr/include/netinet .
+       -ln -fs /usr/include/rpc /usr/include/sys .
+       -ln -fs /usr/include/sys/fs .
 <all -sgi_65>
        BUILDPROCS="${PROCESSORS}" ; \
        BUILDMPS="${MPS}" ; \
@@ -260,9 +260,9 @@ setup:
                echo Making directory: $$dir; \
                mkdir -p $$dir; \
                $(RM) -f $$dir/Makefile.common $$dir/Makefile $$dir/config; \
-               ln -s ../Makefile.common $$dir/Makefile.common; \
-               ln -s ../Makefile $$dir/Makefile; \
-               ln -s ../config $$dir/config; \
+               ln -fs ../Makefile.common $$dir/Makefile.common; \
+               ln -fs ../Makefile $$dir/Makefile; \
+               ln -fs ../config $$dir/config; \
            done; \
          done; \
        done
@@ -277,9 +277,9 @@ setup:
                echo Making directory: $$dir; \
                mkdir -p $$dir; \
                $(RM) -f $$dir/Makefile.common $$dir/Makefile $$dir/config; \
-               ln -s ../Makefile.common $$dir/Makefile.common; \
-               ln -s ../Makefile $$dir/Makefile; \
-               ln -s ../config $$dir/config; \
+               ln -fs ../Makefile.common $$dir/Makefile.common; \
+               ln -fs ../Makefile $$dir/Makefile; \
+               ln -fs ../config $$dir/config; \
            done; \
        done
 <all>