wok annotate mapserver/stuff/mapserver-Makefile.u @ rev 12810

readline: ARM want it :-) so we can cross compile bash
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 20 03:01:49 2012 +0200 (2012-05-20)
parents
children
rev   line source
@11652 1 --- mapserver-6.0.1-ori/Makefile.in
@11652 2 +++ mapserver-6.0.1/Makefile.in
@11652 3 @@ -432,10 +432,12 @@
@11652 4 @echo ""
@11652 5
@11652 6 install-force: all
@11652 7 - cp $(EXE_LIST) $(INST_BIN)
@11652 8 - if test -x $(LIBMAP_SHARED) ; then \
@11652 9 - cp $(LIBMAP_SH_VER) $(INST_LIB) ; \
@11652 10 - (cd $(INST_LIB) ; ln -f -s $(LIBMAP_SH_VER) $(LIBMAP_SHARED) ) ; \
@11652 11 + mkdir -p $(DESTDIR)$(INST_BIN)
@11652 12 + mkdir -p $(DESTDIR)$(INST_LIB)
@11652 13 + cp $(EXE_LIST) $(DESTDIR)$(INST_BIN)
@11652 14 + if test -x $(DESTDIR)$(LIBMAP_SHARED) ; then \
@11652 15 + cp $(LIBMAP_SH_VER) $(DESTDIR)$(INST_LIB) ; \
@11652 16 + (cd $(DESTDIR)$(INST_LIB) ; ln -f -s $(LIBMAP_SH_VER) $(LIBMAP_SHARED) ) ; \
@11652 17 fi
@11652 18
@11652 19 uninstall: