[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx

Diff for /OpenXM/src/kan96xx/Attic/Makefile between version 1.3 and 1.4

version 1.3, 1999/10/27 10:22:19 version 1.4, 1999/10/30 02:19:45
Line 1 
Line 1 
   ##  $OpenXM$
 ## Type in make configure and make all to build all  ## Type in make configure and make all to build all
 all :  all :
         (cd gc; make)          (cd gc; make)
Line 59  clean-binary :
Line 60  clean-binary :
         echo "after 10 seconds. To cancel type in ctrl-C."          echo "after 10 seconds. To cancel type in ctrl-C."
         ( sleep 10 ; /bin/rm -rf ../kanbinary* )          ( sleep 10 ; /bin/rm -rf ../kanbinary* )
 install-openXM-bin :  install-openXM-bin :
           /bin/rm -f ../bin/sm1
         cp Kan/sm1 ../bin          cp Kan/sm1 ../bin
   install2 :
           ln -sf ../src/kan96xx/Kan/sm1 ../bin/sm1
   
 ##############  ##############
 clean :  clean :

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>