Torbjorn Granlund wrote:
It would be neater to have /usr/Makefile identify make and write a
message:

.INIT:
        @if [ `basename $(MAKE)` != bmake ]; then echo "Use bmake stupid"; exit 
1;    fi


problem with this is that we *use* make.. for the system build.

although - maybe it does make sense to have the system makefiles
print a warning if called under a standard 'pkgsrc' path like /usr/pkgsrc, for these kinds of 'new user cases'

it is pretty easy to get use to, imho..

but anyhow..

Reply via email to