Changeset 6684 for trunk/Ohana/src/opihi/Makefile.Common
- Timestamp:
- Mar 26, 2006, 1:14:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/Makefile.Common (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/Makefile.Common
r6683 r6684 26 26 $(DESTLIB)/%.a: $(LIB)/%.$(ARCH).a 27 27 @if [ ! -d $(DESTLIB) ]; then mkdir -p $(DESTLIB); fi 28 @echo ""29 @echo "current: $^"30 @echo "current: $*"31 @echo "current: $@"32 28 rm -f $@ 33 cp $ ^$@29 cp $< $@ 34 30 35 31 lib%.clean:
Note:
See TracChangeset
for help on using the changeset viewer.
