From 9769d39d792c1e912234e23e663ba8bd21a6386e Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 04:13:19 +0100 Subject: Recette de make retir?e. --- make/make-3.81/tests/scripts/functions/abspath | 81 -------------------------- 1 file changed, 81 deletions(-) delete mode 100644 make/make-3.81/tests/scripts/functions/abspath (limited to 'make/make-3.81/tests/scripts/functions/abspath') diff --git a/make/make-3.81/tests/scripts/functions/abspath b/make/make-3.81/tests/scripts/functions/abspath deleted file mode 100644 index 84c30ab..0000000 --- a/make/make-3.81/tests/scripts/functions/abspath +++ /dev/null @@ -1,81 +0,0 @@ -# -*-perl-*- -$description = "Test the abspath functions."; - -$details = ""; - -run_make_test(' -ifneq ($(realpath $(abspath .)),$(CURDIR)) - $(warning .: abs="$(abspath .)" real="$(realpath $(abspath .))" curdir="$(CURDIR)") -endif - -ifneq ($(realpath $(abspath ./)),$(CURDIR)) - $(warning ./: abs="$(abspath ./)" real="$(realpath $(abspath ./))" curdir="$(CURDIR)") -endif - -ifneq ($(realpath $(abspath .///)),$(CURDIR)) - $(warning .///: abs="$(abspath .///)" real="$(realpath $(abspath .///))" curdir="$(CURDIR)") -endif - -ifneq ($(abspath /),/) - $(warning /: abspath="$(abspath /)") -endif - -ifneq ($(abspath ///),/) - $(warning ///: abspath="$(abspath ///)") -endif - -ifneq ($(abspath /.),/) - $(warning /.: abspath="$(abspath /.)") -endif - -ifneq ($(abspath ///.),/) - $(warning ///.: abspath="$(abspath ///.)") -endif - -ifneq ($(abspath /./),/) - $(warning /./: abspath="$(abspath /./)") -endif - -ifneq ($(abspath /.///),/) - $(warning /.///: abspath="$(abspath /.///)") -endif - -ifneq ($(abspath /..),/) - $(warning /..: abspath="$(abspath /..)") -endif - -ifneq ($(abspath ///..),/) - $(warning ///..: abspath="$(abspath ///..)") -endif - -ifneq ($(abspath /../),/) - $(warning /../: abspath="$(abspath /../)") -endif - -ifneq ($(abspath /..///),/) - $(warning /..///: abspath="$(abspath /..///)") -endif - - -ifneq ($(abspath /foo/bar/..),/foo) - $(warning /foo/bar/..: abspath="$(abspath /foo/bar/..)") -endif - -ifneq ($(abspath /foo/bar/../../../baz),/baz) - $(warning /foo/bar/../../../baz: abspath="$(abspath /foo/bar/../../../baz)") -endif - -ifneq ($(abspath /foo/bar/../ /..),/foo /) - $(warning /foo/bar/../ /..: abspath="$(abspath /foo/bar/../ /..)") -endif - - -.PHONY: all -all: ; @: -', -'', -''); - - -# This tells the test driver that the perl test script executed properly. -1; -- cgit v1.2.3-70-g09d2