bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

functions/realpath test failure on AIX


From: Albert Chin
Subject: functions/realpath test failure on AIX
Date: Wed, 6 Jul 2005 01:08:49 -0500
User-agent: Mutt/1.5.6i

I've built make-3.81beta3 with the IBM C compiler v7 and GCC 3.4.3.
All tests pass except functions/realpath:
  functions/realpath ...................................... Error running 
/opt/build/make-3.81beta3/tests/../make (expected 0; got 512): 
/opt/build/make-3.81beta3/tests/../make -f work/functions/realpath.mk
  FAILED (0/1 passed)

The problem is:
  ifneq ($(realpath .///),$(CURDIR))
    $(error ))
  endif

On AIX 4.3.3, 5.1, and 5.2, $(realpath .///) appends "/":
  $ cat /tmp/a
.PHONY: all
all:
        @echo $(CURDIR)
        @echo $(realpath .///)
  $ ./make -f /tmp/a
  /opt/build/make-3.81beta3/tests
  /opt/build/make-3.81beta3/tests/

-- 
albert chin (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]