This usage works with make-4.4 [and older versions] - but not 4.4.1

Satish

----

balay@p1 /home/balay/tmp
$ cat makefile
all:
        @MAKEFLAGS="-j1 ${MAKEFLAGS}" ${MAKE} -f makefile hello
hello:
        @echo Hello
balay@p1 /home/balay/tmp
$ ./make-4.4/make --print-directory
make: Entering directory '/home/balay/tmp'
make[1]: Entering directory '/home/balay/tmp'
Hello
make[1]: Leaving directory '/home/balay/tmp'
make: Leaving directory '/home/balay/tmp'
balay@p1 /home/balay/tmp
$ ./make-4.4.1/make --print-directory
make: Entering directory '/home/balay/tmp'
make[1]: Entering directory '/home/balay/tmp'
make[1]: *** No rule to make target 'w'.  Stop.
make[1]: Leaving directory '/home/balay/tmp'
make: *** [makefile:2: all] Error 2
make: Leaving directory '/home/balay/tmp'

  • 4.4.1 breaks recu... Satish Balay via Bug reports and discussion for GNU make

Reply via email to