[lug] bash wildcard expansion from Makefile

Tom Tromey tromey at redhat.com
Fri May 3 17:06:36 MDT 2002


>>>>> "Peter" == Peter Hutnick <peter-lists at hutnick.com> writes:

>> mytarg:
>> cp Makefile* ../foo/

Peter> That works for me.

FYI, a nice technique for finding problems in the code run by make is
to invoke:

    make SHELL='/bin/sh -x'

This will cause sh to print out what it actually does.

Tom



More information about the LUG mailing list