make in-place has bitrotted, so don't advertise or support it
authorIan Lynagh <igloo@earth.li>
Tue, 11 Sep 2007 20:22:02 +0000 (20:22 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 11 Sep 2007 20:22:02 +0000 (20:22 +0000)
distrib/Makefile
distrib/configure-bin.ac

index f058996..ee1b962 100644 (file)
@@ -3,14 +3,15 @@ include Makefile-vars
 
 .PHONY: in-place mk-version-symlinks install
 
-in-place ::
-       @if test -x "./post-inplace-script" ; then \
-               echo "Running project-specific post-inplace script ..." ; \
-               ./post-inplace-script $(platform) `pwd` \
-                       $(package)-$(version); \
-               echo "Done" ; \
-       fi
-       @echo "Finished configuring..to use, add `pwd`/bin/$(platform) to your PATH."
+# This has bitrotted:
+#in-place ::
+#      @if test -x "./post-inplace-script" ; then \
+#              echo "Running project-specific post-inplace script ..." ; \
+#              ./post-inplace-script $(platform) `pwd` \
+#                      $(package)-$(version); \
+#              echo "Done" ; \
+#      fi
+#      @echo "Finished configuring..to use, add `pwd`/bin/$(platform) to your PATH."
 
 install ::
        $(INSTALL_DIR) $(bindir)
index 8d9ea90..ba08033 100644 (file)
@@ -157,7 +157,6 @@ AC_CONFIG_FILES(Makefile-vars extra-gcc-opts)
 AC_OUTPUT
 
 echo "****************************************************"
-echo "Configuration done, ready to either 'make install'"
-echo "or 'make in-place'."
+echo "Configuration done, ready to 'make install'"
 echo "(see README and INSTALL files for more info.)"
 echo "****************************************************"