Date: Friday, April 6, 2007 @ 18:57:31
  Author: marc
    Path: /cvsroot/carob/lms-kit-builder

Modified: GNUmakefile (1.11 -> 1.12)

Removed forwarding, pseudo-target "install", it was too limited
compared to the original.


-------------+
 GNUmakefile |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)


Index: lms-kit-builder/GNUmakefile
diff -u lms-kit-builder/GNUmakefile:1.11 lms-kit-builder/GNUmakefile:1.12
--- lms-kit-builder/GNUmakefile:1.11    Fri Apr  6 18:05:39 2007
+++ lms-kit-builder/GNUmakefile Fri Apr  6 18:57:31 2007
@@ -42,15 +42,12 @@
 build: ${CAROBDIR} ${LMSDIR}
        ${MAKE} -C ${CAROBDIR} CUSTOM=libmysequoia # comment out CUSTOM here to 
let carob subdir decide
        ./lmsbuild.sh
-       @printf "\n\nBuild complete. Standalone libmysequoia.so.X.Y.Z file can 
be found in ${LMSDIR}/src/.libs  "
-       @printf "Or run '${MAKE} install'\n\n\n"
+       @printf "\n\nBuild complete. Standalone libmysequoia .X.Y.Z Shared 
Object can be found in ${LMSDIR}/src/.libs\n"
+       @printf "Alternatively:  cd ${LMSDIR}; ${MAKE} install 
prefix=/whatever'\n\n\n"
 
 ${LMSDIR} ${CAROBDIR}: %: %.${TGZ}
        ${TAR} xzf $<
 
-install: build
-       cd ${LMSDIR}; make install
-
 kit: check-diff kit-force
 
 check-diff:

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to