From 03243ed63f52a5f0fe0964fb2e777ffe12010ff1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 11 Sep 2007 20:22:02 +0000 Subject: make in-place has bitrotted, so don't advertise or support it --- distrib/Makefile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'distrib/Makefile') diff --git a/distrib/Makefile b/distrib/Makefile index f05899605b..ee1b962f79 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -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) -- cgit v1.2.1