makefile: place new "_not_all__: build" first to avoid default "all"..
commitf0bbd72966507ce773af943d41d6646d17083545
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Tue, 8 Dec 2015 16:48:01 +0000 (8 17:48 +0100)
committerSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Tue, 8 Dec 2015 16:48:25 +0000 (8 17:48 +0100)
tree3240c4c5b0bc06a08352853ffbc4d8cffcf61896
parent3d78506062b413d1ce3f0e6af5c291535f4f443f
makefile: place new "_not_all__: build" first to avoid default "all"..

i currently have a hard time looking at Debian build logs because
the used sequence is "config [all] test install" and that results
in three new evaluations of the configuration and rebuilds because
that sequence should be "config build test doinstall" instead.
This is hard violent pressure towards "./configure && make && make install"
and i am all alone!
As a first step prevent that plain "make" runs "all"
makefile