Changeset a9c066 in git


Ignore:
Timestamp:
Jan 29, 2004, 3:05:39 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
e3d50339882bc64e597ce10ff08486cf64cde69c
Parents:
ffc9751f5066668d767533fd6bd2e10643e6fb55
Message:
*hannes; error return code


git-svn-id: file:///usr/local/Singular/svn/trunk@7012 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ntl/Makefile

    rffc975 ra9c066  
    1 # $Id: Makefile,v 1.3 2004-01-29 13:36:54 Singular Exp $
     1# $Id: Makefile,v 1.4 2004-01-29 14:05:39 Singular Exp $
    22#################################################
    33SHELL           = /bin/sh
     
    88
    99all:
    10         cd src;$(MAKE) ntl.a;cd ..
     10        cd src;$(MAKE) ntl.a || exit 1;cd ..
    1111
    1212install:        all
    13         cd src;$(MAKE) install;cd ..
     13        cd src;$(MAKE) install || exit 1;cd ..
    1414
    1515clean:
Note: See TracChangeset for help on using the changeset viewer.