URI: 
       tbin24 - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tbin24 (620B)
       ---
            1 if(! ~ $march i386){
            2         echo '>>>' do not need to build bin24 on non-x86
            3         exit 1
            4 }
            5 if(! ~ `{uname -r} 2.4.*){
            6         echo '>>>' must build bin24 on 2.4 system
            7         exit 1
            8 }
            9 arch=$march
           10 depends=plan9port-^(base)
           11 conflicts=plan9port-bin26
           12 desc='Plan 9 from User Space - binaries
           13  This package contains binaries for Plan 9 from User Space.
           14  Due to incompatibilities between the Linux 2.6+ thread library
           15  (NPTL) and the pre-2.6 Linux thread library (linuxthreads),
           16  different binaries must be used on the pre-2.6 systems than
           17  on 2.6 and later systems.
           18  .
           19  This package contains binaries for Linux 2.6 and later kernels.
           20 '
           21 grepfor=bin