IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12160


Ignore:
Timestamp:
Mar 1, 2007, 3:20:34 PM (19 years ago)
Author:
eugene
Message:

minor updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile.Common

    r11947 r12160  
    4545        ar rcv $@ $^
    4646        $(RANLIB) $@
    47         @echo "compiled library $*"
     47        @echo "compiled static library $*"
    4848        @echo ""
    4949
     
    5959        rm -f $@
    6060        gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc
     61        @echo "compiled shared library $*"
     62        @echo ""
    6163
    6264# shared objects have a different compilation on solaris:
  • trunk/Ohana/configure.tcsh

    r11969 r12160  
    3838  case --no-create
    3939  case --no-recursion
    40   case --sbindir
     40  case --sbindir*
    4141  case --libexecdir*
    4242  case --sharedstatedir*
Note: See TracChangeset for help on using the changeset viewer.