Changeset 12160 for trunk/Ohana/Makefile.Common
- Timestamp:
- Mar 1, 2007, 3:20:34 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/Makefile.Common (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Makefile.Common
r11947 r12160 45 45 ar rcv $@ $^ 46 46 $(RANLIB) $@ 47 @echo "compiled library $*"47 @echo "compiled static library $*" 48 48 @echo "" 49 49 … … 59 59 rm -f $@ 60 60 gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc 61 @echo "compiled shared library $*" 62 @echo "" 61 63 62 64 # shared objects have a different compilation on solaris:
Note:
See TracChangeset
for help on using the changeset viewer.
