URL:
<http://savannah.gnu.org/bugs/?40361>
Summary: make 4.0 under hpux 11.31 no longer prints output
correctly
Project: make
Submitted by: None
Submitted on: Thu 24 Oct 2013 12:18:54 UTC
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 4.0
Operating System: POSIX-Based
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
Easily demonstrable with simple pair of Makefiles
Built for ia64-hp-hpux11.31
.
├── Makefile
└── subdir
└── Makefile
$ cat Makefile
all:
$(MAKE) -C subdir
$ cat subdir/Makefile
all:
touch file.c
rm file.c
$ /opt/gnumake-3.81/bin/make -rR
/opt/gnumake-3.81/bin/make -C subdir
make[1]: Entering directory `/tmp/a/subdir'
touch file.c
rm file.c
make[1]: Leaving directory `/tmp/a/subdir'
$ /opt/tools/gnumake-4.0/bin/make -rR
$(IFS)make[1]: Entering directory '/tmp/a/subdir'
/bin/sh/bin/shmake[1]: Leaving directory '/tmp/a/subdir'
Notice the '/bin/sh' entries printed for the two rules and the odd $(IFS)
printing as well
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40361>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make