Hello!

How can I describe creation of a non-existing file without full name --
by suffix only? For example, the following example:

        %.txt:
                @echo $*

works with gmake:

        % gmake SayIt.txt
        SayIt

but not with BSD make:

        % make SayIt.txt
        make: don't know how to make SayIt.txt. Stop

Any clues? Thanks!

        -mi

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to