Changeset 1454 for branches/alma


Ignore:
Timestamp:
12/04/08 04:49:38 (15 years ago)
Author:
TakTsutsumi
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Description: Changed to execute getsvnrev.sh when 'make all'

is executed instead of doing at 'make install'


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/Makefile

    r1446 r1454  
    1 #PREFIX := /opt/casa/darwin
    2 #PREFIX := /export/home/minor/casa/devel2/linux_gnu
    3 PREFIX := /export/home/minor/casa/active/linux_gnu
     1PREFIX := /opt/casa/darwin
     2#PREFIX := /export/home/minor/casa/active/linux_gnu
    43PYDIR := $(PREFIX)/python/2.5
    54
     
    2120module:
    2221        @cd $(ASAPROOT)/src; make
     22        @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi
    2323
    2424doc:
    2525        @cd $(ASAPROOT)/doc; make
    2626
     27
    2728install:
    2829        @if ( test ! -d $(PYDIR)/asap ) ; then mkdir -p $(PYDIR)/asap ; fi
    2930        @if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
    30         @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi
    3131        @for file in $(LIBS) ; do cp -f $$file $(PYDIR)/asap ; done
    3232        @for file in $(BINS) ; do cp -f $$file $(PREFIX)/bin ; done
Note: See TracChangeset for help on using the changeset viewer.